Small performance improvements using JsonValue deserialization.
- [NEW] Can now deserialize into a
HashSet<> - [NEW] Allowing to build-up json arrays.
- [NEW] Deserialization into enumeration types is now trying to set an array of the items (instead of exception)
- [FIX] Registry did not always respect property read/ write specifiers
- [FIX] Crash on deserializing into non-generic Array.
- [FIX]
JsonPropertyInfo.Copycopied too not relevant values for Silverlight. - [FIX] Silverlight property/ field getter for certain types resulted in
NullReferenceExceptions - [CHANGE]
JsonParameter.UseGlobalTypeshas been removed.
Other fixes..