Community

Customize XML Serialization using IXmlSerializable

(James Crowley) XML Serialization in .NET provides an incredibly useful (and easy) way to turn objects into XML and back again. However, in some situations, you may need more control over how your object is serialized. Recently, I found myself needing to serialize an object that contained a numb

Read More - Register for Free Membership