Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
1.7, 1.8
-
None
-
None
Description
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());