JsonDynamicContract Properties |
The JsonDynamicContract type exposes the following members.
| Name | Description | |
|---|---|---|
| Converter |
Gets or sets the default JsonConverter for this contract.
(Inherited from JsonContract.) | |
| CreatedType |
Gets or sets the type created during deserialization.
(Inherited from JsonContract.) | |
| DefaultCreator |
Gets or sets the default creator method used to create the object.
(Inherited from JsonContract.) | |
| DefaultCreatorNonPublic |
Gets or sets a value indicating whether the default creator is non-public.
(Inherited from JsonContract.) | |
| IsReference |
Gets or sets whether this type contract is serialized as a reference.
(Inherited from JsonContract.) | |
| ItemConverter |
Gets or sets the default collection items JsonConverter.
(Inherited from JsonContainerContract.) | |
| ItemIsReference |
Gets or sets a value indicating whether the collection items preserve object references.
(Inherited from JsonContainerContract.) | |
| ItemReferenceLoopHandling |
Gets or sets the collection item reference loop handling.
(Inherited from JsonContainerContract.) | |
| ItemTypeNameHandling |
Gets or sets the collection item type name handling.
(Inherited from JsonContainerContract.) | |
| OnDeserializedCallbacks |
Gets or sets all methods called immediately after deserialization of the object.
(Inherited from JsonContract.) | |
| OnDeserializingCallbacks |
Gets or sets all methods called during deserialization of the object.
(Inherited from JsonContract.) | |
| OnErrorCallbacks |
Gets or sets all method called when an error is thrown during the serialization of the object.
(Inherited from JsonContract.) | |
| OnSerializedCallbacks |
Gets or sets all methods called after serialization of the object graph.
(Inherited from JsonContract.) | |
| OnSerializingCallbacks |
Gets or sets all methods called before serialization of the object.
(Inherited from JsonContract.) | |
| Properties |
Gets the object's properties.
| |
| PropertyNameResolver |
Gets or sets the property name resolver.
| |
| UnderlyingType |
Gets the underlying type for the contract.
(Inherited from JsonContract.) |