Object Serialization in 2.0

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
 
G

Guest

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
 
V

V

Thanks Brandon for you comment... but alas no help still... I think I
will try reposting to other groups also.

- Vaibhav
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top