facebook-csharp-sdk / simple-json

JSON library for .NET 2.0+/SL4+/WP7/WindowsStore with optional support for dynamic and DataContract
MIT License
380 stars 143 forks source link

Add support for deserializing readonly dictionaries #65

Closed haacked closed 6 years ago

haacked commented 9 years ago

This adds support for deserializing IReadOnlyDictionary<,> and ReadOnlyDictionary<,>. We forgot these when we implemented support for the #SIMPLE_JSON_READONLY_COLLECTIONS conditional.