Serializable dictionary in C#
Did you ever need to serialize a generic key-value dictionary like the Dictionary
The best code I have found online is written by Paul Welter and you can see it here. I needed to implement a SortedDictionary so the only change I made to that code is implement the SortedDictionary