XmlSerializer and IDictionary

  • Thread starter Thread starter Jon Shemitz
  • Start date Start date
Even though I will accept the Key identity issue for 1.1 .NET framework, I
would have thought Hashtable<> (from 2.0) would be serializable since the
framework would be aware of the types.
Oh well, Mysterious are the ways of .NET framework.
Anyway, if you want to research more so you can see where and how they are
doing it, you can download Rotor (SSCLI) and check out the xmlserializer.cs
file. :(
 
Back
Top