Customizing the XML for collections with XmlSerializer and DataContractSerializer
One of the most common requests I get about serialization is to explain how to get collections to serialize out one way or another to XML. Specifically, developers are interested in being able to manipulate the hierarchy level of the collection within their XML and the names of the various XML elements.
Go here to read the rest:
Customizing the XML for collections with XmlSerializer and DataContractSerializer


