Could somebody tell me how can I convert byte[] to ArrayList by using C# under Windows Mobile?
Later edit:
this would go like having an ArrayList containing instances of a custom type. This list goes to a database (into a blob) as a byte array (the conversion is done by the database API); What I want is to revert the byte[] to ArrayList;
.NET CF does not provide the BinaryFormatter;