Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Release Notes

awr edited this page Sep 17, 2012 · 6 revisions

Release Notes stub holder

Configuration Options

  • JsConfig.ThrowOnDeserializationError - _If an error is encountered during deseriailzation, a Serialization Exception will be thrown, and the Data property will be populated with the failure (with the keys "propertyName", "propertyType", "propertyValueString") _
  • JsConfig.TypeFinder - _Enables overriding the default _type string to type lookup, so json from other frameworks can be deserialized (ie DataContractJsonSerializer, which uses "TypeName:#Namespace").
  • JsConfig.TypeAttr - _Enables overriding the default _type property name, so json from other frameworks can be deserialized (ie NewtonSoft, which uses "$type")
Clone this wiki locally