0
kicks
Loosing the Comparer when (De-)Serializing a Dictionary
When (de-)serializing a dictionary with the DataContractSerializer, the comparer of the dictionary is always to default. This can be fixed with the [OnDeserialized] attribute.