You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 24, 2022. It is now read-only.
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")