Hi,
What would be the best way to create an Order property for the
XmlElementAttribute like in .NET 2.0, so my XmlSerializer will
serialize elements in the order I desire?
So far, I've made a new custom attribute class called Order which is
applied to the XmlElement in class form, but now I'm trying to figure
out the best place to handle the Order. Any ideas? I've yet to really
look into it, but I'm struggling between overriding XmlSerializer or
XmlSerializationWriter.
jhowey - 31 Jul 2006 15:46 GMT
Bump..
> Hi,
>
[quoted text clipped - 7 lines]
> look into it, but I'm struggling between overriding XmlSerializer or
> XmlSerializationWriter.