for some time now I have been trying to solve the following problem and I\'m starting to run out of ideas:
I have generated a set of C# classes from an xsd schema using
XmlSerializer should maintain simple object hierarchies for serialization and deserialization. Complex things such as arrays or lists containing more than one type of object are a bit tricker. . . but possible.