I have a Dictionary object which needs to be written into an XML file. The dictionary contains String type as Key and a custom class\'s Object (Deriving from System.Windows.
I think you'll find that Dictionary cannot be serialized with XmlSerializer
Dictionary
XmlSerializer