Quantcast
Channel: Serialization of objects - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Renatas M. for Serialization of objects

I think the simplest way if you have xml sample and dont know how to write class, is to use xsd.exe tool to generate classes. First extract shema using commandxsd.exe your.xmlSecond generateclasses...

View Article



Answer by Andrew T Finnell for Serialization of objects

You need custom serialization. Without tag information the default serializer wouldn't know how to deserialize all of your data.Imagine if both those properties were Strings. Which Element goes with...

View Article

Serialization of objects

I'm trying to do something that I can't really find any help on. I have a class, within this class it represents 2 other classes exposed as properties. I want the properties of the classes to sit under...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images