Properties
- Converter Gets or sets the default JsonConverter for this contract.
-
Created
Type Gets or sets the type created during deserialization. -
Default
Creator Gets or sets the default creator method used to create the object. -
Default
Creator Gets or sets a value indicating whether the default creator is non-public.Non Public -
Internal
Converter Gets the internally resolved JsonConverter for the contract's type. This converter is used as a fallback converter when no other converter is resolved. Setting Converter will always override this converter. -
Is
Reference Gets or sets whether this type contract is serialized as a reference. -
On
Deserialized Gets or sets all methods called immediately after deserialization of the object.Callbacks -
On
Deserializing Gets or sets all methods called during deserialization of the object.Callbacks -
On
Error Gets or sets all method called when an error is thrown during the serialization of the object.Callbacks -
On
Serialized Gets or sets all methods called after serialization of the object graph.Callbacks -
On
Serializing Gets or sets all methods called before serialization of the object.Callbacks -
Underlying
Type Gets the underlying type for the contract.