I would like to serialize this object Dictionary>> to xml and deserialise again later in my asp.net application. Does someone know how this can be done?
Thanks in advance
M
I would like to serialize this object Dictionary>> to xml and deserialise again later in my asp.net application. Does someone know how this can be done?
Thanks in advance
M
Here is an implementation of the dictionary class that can be serialized to xml and back
May be this tutorial helps you. http://www.switchonthecode.com/tutorials/csharp-tutorial-xml-serialization