Object Serialization in 2.0

  • Thread starter Thread starter V
  • Start date Start date
V

V

Hi,

I am trying to ascertain if Object Serialization (binary or xml) has
been improved (new classes, or new ways) from version 1.1 of the .net
framework.

I pretty much know how to do that in 1.1, and am working on a program
which requires this. So before re-using the old concepts, i was trying
to see if there are any new ones.

so... HELP!

Thanks,
Vaibhav
 
I haven't found too many yet..

The one thing I did see in the XSD designer is that the .cs class that gets
created by xsd.exe is now "contained" in the XSD file and the options on
elements and attributes seem to be a bit more friendly to serialization
(default values so that if the attribute/element doesn't exist your
serializer doesn't blow up)

Not sure if this is a big change over 1.1 or if this existed then also, I'm
diving much deeper into serialization w/ 2.0 than I did with 1.1
 
Thanks Brandon for you comment... but alas no help still... I think I
will try reposting to other groups also.

- Vaibhav
 
Back
Top