Welcome to David Sandor Sign in | Join | Help

Browse by Tags

All Tags » List<>   (RSS)
Serialize a List<> to flat XML and Deserialize a flat XML list to a generic List<>
So I have a client that needs to interchange some XML data with a customer. The XML document exchanged is fairly hierarchical except for one field. This fragment of XML represents the flat structure: <ShipFrom> <Name /> </ShipFrom> <LineItem> Read More...