XML Deserialization
Hi, I want to deserialize an XML document and I'm using an XmlSerializer. That's all fine, but the order of the elements in the XML is important to me.
For example, I might have some xml that looks like:
Where the title and header order is important to me. Is there any way to pull out the "index" of the xml tag when deserializing?
For example, I might have some xml that looks like:
Where the title and header order is important to me. Is there any way to pull out the "index" of the xml tag when deserializing?
