> Hi,
>
[quoted text clipped - 8 lines]
>
> sajid
The XmlSerializer can't serialize objects that implement IDictionary.
http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/default.aspx
explains why and describes a way around this limitation.
Willy.
Mike Schilling - 31 Dec 2005 23:34 GMT
>> Hi,
>>
[quoted text clipped - 12 lines]
> http://msdn.microsoft.com/msdnmag/issues/03/06/XMLFiles/default.aspx
> explains why and describes a way around this limitation.
I read the article, and while it does give a workaround, it doesn't explain
why except to say "that's how it is."