Posts tagged serialization
XML serialization using Generics
XML Serialization with sharpSerialize...
NSerializer
XML Serialization of Arrays and Colle...
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 (Page 1 of 3) [...]