Loosing the Comparer when (De-)Serializing a Dictionary

added by mgreuel
3/20/2011 9:52:39 AM

95 Views

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.


0 comments