Serialize/deserialize your objects using generics. via XML serialization using Generics – CodeProject.
READ MORE »Posts tagged xml
XML Serialization with sharpSerializer .NET
How to serialize to XML, any generic, derived, or other complex type, which XMLSerializer cannot serialize via XML Serialization of Generic Dictionary, Multidimensional Array, and Inherited Type, with sharpSerializer .NET – CodeProject.
READ MORE »NSerializer
.Net XML serializer supporting strong data typing, metamorphism, interface typed properties, circular references, and migration. via nserializer – .Net XML serializer supporting strong data typing, metamorphism, interface typed properties, circular references, and migration. – Google Project Hosting.
READ MORE »XML Serialization of Arrays and Collections
Just a reminder. Arrays and collections can be serialized to XML. The standard action when using the default serializer is for the name of the collection property to be added to the XML, with a contained element for each item named according to the items’ data types. via XML Serialization of Arrays and Collections [...]
READ MORE »