all groups > dotnet xml > january 2006 >
You're in the

dotnet xml

group:

deserializing


deserializing jsh02_nova NO[at]SPAM hotmail.com
1/13/2006 8:23:03 AM
dotnet xml: I'm trying to deserialize my xml type as an array w/o a declared namespace,
but none of the Serialization Attribute classes help. Where can I find info
Re: deserializing Chris Lovett
1/15/2006 1:04:00 AM
I think you will need to create a wrapper class and suck the array out of
that wrapper.

"jsh02_nova@hotmail.com" <jsh02novahotmailcom@discussions.microsoft.com>
[quoted text, click to view]

Re: deserializing jsh02_nova NO[at]SPAM hotmail.com
1/16/2006 8:26:02 AM
Chris, thanks for the response. You're correct that's was one of the things
that I had to do. Also I had to use the XmlElementAttribute class instead of
XmlArray class and then the deserialize method worked properly with my types.

thx
-jsh

[quoted text, click to view]
AddThis Social Bookmark Button