Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

XML Serialization / order of objects

0 views
Skip to first unread message

Ryan De Laet

unread,
Feb 5, 2003, 4:31:17 PM2/5/03
to
Hey guys!
I'm doing XML Serialization to extract data that needs to conform to a DTD.
I got everything serializing and validating correctly, except the DTD
defines a specific order for the xml I'm spitting out. Any assistance would
be appreciated.

thanks!
-= Ryan =-


Christoph Schittko

unread,
Feb 6, 2003, 9:15:30 AM2/6/03
to
Check this thread in the archives on Google [0]

HTH,
--
Christoph Schittko
Software Architect, .NET Mentor

[0] http://groups.google.com/groups?threadm=ucB6uaVcCHA.2532%40tkmsftngp09

"Ryan De Laet" <RyanD...@hotmail.com> wrote in message
news:#4BfF5VzCHA.2232@TK2MSFTNGP09...

Ryan De Laet

unread,
Feb 6, 2003, 1:42:27 PM2/6/03
to
Thanks for the link. I figured it out though....

From what I can see, the serializer puts the public properties first, and
then the public member vars. So I switched all my member vars to properties
and it all serialized in the order it needed to.


0 new messages