I would like to serialize my data, which includes nested arrays and objects, using XML with the XmlSerializer. I have used the XmlSerializer before, but only for simple individual objects, not arrays or nested objects. I have tried everything I could come
up with, including implementing IXmlSerializable in the nested classes (although this would be the first time I used IXmlSerializable). Can somebody help me figure out how to XmlSerialize my code or direct me to a good, straightforward example? Thanks.
Nathan Sokalski njsokalski@hotmail.com http://www.nathansokalski.com/