Jelle Druyts .NET Consultant
Just another ignorant weirdo from Antwerp, Belgium trying to make sense out of it all
Very interesting if you run across a .NET type that can't be serialized (e.g. a Hashtable) or when you want precise control over the xml mapping:
Custom xml serialization with IXmlSerializable: "IXmlSerializable is an undocumented interface that can be used to provide custom xml serialization support to types that are to be serialized using XmlSerializer."