Skip to content

Choose a tag to compare

@Manthazar Manthazar released this 12 Dec 12:40
· 1 commit to releases/1.0 since this release
982aa15

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.Copy copied too not relevant values for Silverlight.
  • [FIX] Silverlight property/ field getter for certain types resulted in NullReferenceExceptions
  • [CHANGE] JsonParameter.UseGlobalTypes has been removed.

Other fixes..