serialize

  • Thread starter Thread starter Fernando Callejon
  • Start date Start date
F

Fernando Callejon

Hello, i'm trying to serialize a class with a enum property...it seems to be
serializing ok, but when i try to de-serialize it throw me an error like
"[value] isn't valid for type [enum]". someone have done this before? i'm
sorry by my english
 
Hi,
Serializing and Deserializing a class with enum property works perfectly
fine and no error/exception is thrown. Framework sdk 1.0 was used and
serialized in Binary format.I haven't tried with XML serialization.
best,
Subin Kushle,
GAPS Technologies.
 
ok, thank you, but i'm serializing with XML.
I'm doing this because i need to change the xml by hand later.


Subin Kushle said:
Hi,
Serializing and Deserializing a class with enum property works perfectly
fine and no error/exception is thrown. Framework sdk 1.0 was used and
serialized in Binary format.I haven't tried with XML serialization.
best,
Subin Kushle,
GAPS Technologies.

Fernando Callejon said:
Hello, i'm trying to serialize a class with a enum property...it seems
to
be
serializing ok, but when i try to de-serialize it throw me an error like
"[value] isn't valid for type [enum]". someone have done this before? i'm
sorry by my english
 
Back
Top