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] "Chris Lovett" wrote:
> 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>
> wrote in message news:89A83E5F-EC8D-4EB2-A737-5FFF86FCCC14@microsoft.com...
> > 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
> > on how to build a deserializer that will create arrays?
>
>