Closed haacked closed 6 years ago
This adds support for deserializing IReadOnlyDictionary<,> and ReadOnlyDictionary<,>. We forgot these when we implemented support for the #SIMPLE_JSON_READONLY_COLLECTIONS conditional.
IReadOnlyDictionary<,>
ReadOnlyDictionary<,>
#SIMPLE_JSON_READONLY_COLLECTIONS
This adds support for deserializing
IReadOnlyDictionary<,>
andReadOnlyDictionary<,>
. We forgot these when we implemented support for the#SIMPLE_JSON_READONLY_COLLECTIONS
conditional.