Click or drag to resize
Json.NET

JsonArrayContract Properties

 

The JsonArrayContract type exposes the following members.

Properties
  NameDescription
Public propertyCollectionItemType
Gets the Type of the collection items.
Public propertyConverter
Gets or sets the default JsonConverter for this contract.
(Inherited from JsonContract.)
Public propertyCreatedType
Gets or sets the type created during deserialization.
(Inherited from JsonContract.)
Public propertyDefaultCreator
Gets or sets the default creator method used to create the object.
(Inherited from JsonContract.)
Public propertyDefaultCreatorNonPublic
Gets or sets a value indicating whether the default creator is non-public.
(Inherited from JsonContract.)
Public propertyHasParameterizedCreator
Gets a value indicating whether the creator has a parameter with the collection values.
Public propertyIsMultidimensionalArray
Gets a value indicating whether the collection type is a multidimensional array.
Public propertyIsReference
Gets or sets whether this type contract is serialized as a reference.
(Inherited from JsonContract.)
Public propertyItemConverter
Gets or sets the default collection items JsonConverter.
(Inherited from JsonContainerContract.)
Public propertyItemIsReference
Gets or sets a value indicating whether the collection items preserve object references.
(Inherited from JsonContainerContract.)
Public propertyItemReferenceLoopHandling
Gets or sets the collection item reference loop handling.
(Inherited from JsonContainerContract.)
Public propertyItemTypeNameHandling
Gets or sets the collection item type name handling.
(Inherited from JsonContainerContract.)
Public propertyOnDeserializedCallbacks
Gets or sets all methods called immediately after deserialization of the object.
(Inherited from JsonContract.)
Public propertyOnDeserializingCallbacks
Gets or sets all methods called during deserialization of the object.
(Inherited from JsonContract.)
Public propertyOnErrorCallbacks
Gets or sets all method called when an error is thrown during the serialization of the object.
(Inherited from JsonContract.)
Public propertyOnSerializedCallbacks
Gets or sets all methods called after serialization of the object graph.
(Inherited from JsonContract.)
Public propertyOnSerializingCallbacks
Gets or sets all methods called before serialization of the object.
(Inherited from JsonContract.)
Public propertyOverrideCreator
Gets or sets the function used to create the object. When set this function will override DefaultCreator.
Public propertyUnderlyingType
Gets the underlying type for the contract.
(Inherited from JsonContract.)
Top
See Also