If you try to serialize a System.Collections.Hashtable with an
XmlSerializer, you get an exception with the message "The type
System.Collections.Hashtable is not supported because it implements
IDictionary." In the XMLSerializer description, it says that XMLSerializer
uses an indexed Item property rather than GetEnumerator, but doesn't give
a design rationale. Is this just implementation funkiness or is there a
performance or other issue?

Cheers,
Larry
http://www.ThinkingIn.NET/

Reply via email to