-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 1.7, 1.8
-
Component/s: None
-
None
If the value in a KeyValuePair is null, the following line (173 in 1.7, 170 in 1.8) in the KeyValuePairSerializer throws an exception:
var valueSerializer = GetValueSerializer(keyValuePair.Value.GetType());