Click or drag to resize
Json.NET

JsonContract Properties

 

The JsonContract type exposes the following members.

Properties
  NameDescription
Public propertyConverter
Gets or sets the default JsonConverter for this contract.
Public propertyCreatedType
Gets or sets the type created during deserialization.
Public propertyDefaultCreator
Gets or sets the default creator method used to create the object.
Public propertyDefaultCreatorNonPublic
Gets or sets a value indicating whether the default creator is non-public.
Public propertyIsReference
Gets or sets whether this type contract is serialized as a reference.
Public propertyOnDeserializedCallbacks
Gets or sets all methods called immediately after deserialization of the object.
Public propertyOnDeserializingCallbacks
Gets or sets all methods called during deserialization of the object.
Public propertyOnErrorCallbacks
Gets or sets all method called when an error is thrown during the serialization of the object.
Public propertyOnSerializedCallbacks
Gets or sets all methods called after serialization of the object graph.
Public propertyOnSerializingCallbacks
Gets or sets all methods called before serialization of the object.
Public propertyUnderlyingType
Gets the underlying type for the contract.
Top
See Also