Re: Order of serialization of attributes
From: Derek Harmon (loresayer_at_msn.com)
Date: 09/03/04
- Next message: Shailendra Batham: "XML is UTF-16 encoding but I want UTF-8 encoding ?"
- Previous message: Derek Harmon: "Re: Help Creating XmlNode / XmlAttribute Elegantly"
- In reply to: Daniel Lidström: "Order of serialization of attributes"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 2 Sep 2004 20:55:07 -0400
"Daniel Lidström" <someone@microsoft.com> wrote in message news:12e4487za0tm2$.k210hliorhfg.dlg@40tude.net...
> is there a way to control the order XmlSerializer serializes attributes?
I think you would need to implement IXmlSerializable (i.e., implement
the serialization entirely on your own using XmlWriter) to have this
degree of control over the order of attributes' serialization.
Derek Harmon
- Next message: Shailendra Batham: "XML is UTF-16 encoding but I want UTF-8 encoding ?"
- Previous message: Derek Harmon: "Re: Help Creating XmlNode / XmlAttribute Elegantly"
- In reply to: Daniel Lidström: "Order of serialization of attributes"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|