Binary serialization: CompactFormatter problems

  • Thread starter Thread starter Beorne
  • Start date Start date
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?
 
Hi,

I've a problem too with the CompactFormatter. when i serialize an object, i can't read the attributes of the base class.

May be your problem is this too. Is it?

Did you resolve it?
 
Last edited:
Back
Top