Hi all,
just a quick question. I have been looking around searching for information about the order of elements in the serialization xml document for an object.
As far as I know the order (unless specified using XmlElement attributes) will be the order the properties are present in the type's code. This order, however, is not guaranteed.
And that is what I am looking for. The reason why this order is not guaranteed. I want to have a look at specs or whatever definitive information that can shed some light on this for me and Google fails to deliver so I was hoping you guys can help me out :)
Thanx in advance, Anton.