B
Beorne
I need binary seralization on CompactFramework and I'm using
CompactFormatter but I have problems deserializing.
ArgumentOutOfRangeException
at System.Collections.ArrayList.get_Item()
at CompactFormatter.CompactFormatter.innerDeserialize()
at CompactFormatter.CompactFormatter.Deserialize()
looking at the source
CompactFormatter.CompactFormatter.innerDeserialize()
Looking at the sources it seems that the problem are on the
deserialization of an array of custom classes.
Some one can help me?
CompactFormatter but I have problems deserializing.
ArgumentOutOfRangeException
at System.Collections.ArrayList.get_Item()
at CompactFormatter.CompactFormatter.innerDeserialize()
at CompactFormatter.CompactFormatter.Deserialize()
looking at the source
CompactFormatter.CompactFormatter.innerDeserialize()
Looking at the sources it seems that the problem are on the
deserialization of an array of custom classes.
Some one can help me?