Topic: Article : Customizing XML Serialization in .NET 2.0 Using the IXmlSerializable Interface (Read 422 times)
Robot
I am a fanatic. So?
Posts: 547
1192 credits Members referred : 0
« on: Nov 10, 2005, 09:55:44 AM »
In .NET 2.0, Microsoft has exposed the methods of the IXmlSerializable interface, giving you explicit control over the XML schema as well as fine-grained control of the XML created when serializing or deserializing your objects at runtime.