Serialization / Deserialization question...

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • gavkel

    #1

    Serialization / Deserialization question...

    Hi all

    Got a problem with Serialization / Deserialization object model
    (originally built using XSD.exe then tidied up) and namespaces.

    Basically Its coming out like this...

    <blah xnls="blahblah" ...>
    <blahblah>
    </blahblah>
    </blah xnls="blahblah" ...>

    and I want it like this...

    <com:blah xnls:com="blahb lah" xnls:scom="blah blah2"...>
    <scom:blahbla h>
    </scom:blahblah>
    </com:blah xnls="blahblah" ...>

    Is there an xml declaration for the top of the class and element that I
    need to add that will include the namespace declaration for the
    serialize process?

    Thanks in advance

Working...