Serialize complex class(es)

Russ1984

Member
Joined
Feb 29, 2008
Messages
9
Programming Experience
Beginner
Hi,

I've been playing around with this for a couple of weeks now so am interested if anyone knows how to deserilize this code: The main class is called 'Report' (the whole things is big)


?????????????????
 

Attachments

  • source.txt
    139.7 KB · Views: 19
Last edited by a moderator:
What do you mean "deserilize this code" ? What you have there is source code was auto-generated by xsd. What gives?
 
Using Xml.Serialization.XmlSerializer, here is one example.
 
Thanks John but I did say that I've tried XmlSerializer and it cannot handle documents this complex. Instead I've taken the long way round and deserialized several nodes that make of the document and handled them individually.
 
Back
Top