Archives for: October 2005, 17
17/10/05
Specifying element order for XML serialization
And another piece of good news that had so far escaped me: in .NET 2, it's finally possible to explicitely configure the order in which class members are serialized to XML. See the XmlElementAttribute.Order property.


