Noemax.Newtonsoft.Json.Serialization Namespace : JsonObjectContract Class |
The following tables list the members exposed by JsonObjectContract.
Name | Description | |
---|---|---|
![]() | JsonObjectContract Constructor | Initializes a new instance of the JsonObjectContract class. |
Name | Description | |
---|---|---|
![]() | ConstructorParameters | Gets the constructor parameters required for any non-default constructor |
![]() | Converter | Gets or sets the default Noemax.Newtonsoft.Json.JsonConverter for this contract. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | CreatedType | Gets or sets the type created during deserialization. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | DefaultCreator | Gets or sets the default creator method used to create the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | DefaultCreatorNonPublic | Gets or sets a value indicating whether the default creator is non public. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | ExtensionDataGetter | Gets or sets the extension data getter. |
![]() | ExtensionDataSetter | Gets or sets the extension data setter. |
![]() | IsReference | Gets or sets whether this type contract is serialized as a reference. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | ItemConverter | Gets or sets the default collection items Noemax.Newtonsoft.Json.JsonConverter. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContainerContract) |
![]() | ItemIsReference | Gets or sets a value indicating whether the collection items preserve object references. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContainerContract) |
![]() | ItemReferenceLoopHandling | Gets or sets the collection item reference loop handling. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContainerContract) |
![]() | ItemRequired | Gets or sets a value that indicates whether the object's properties are required. |
![]() | ItemTypeNameHandling | Gets or sets the collection item type name handling. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContainerContract) |
![]() | MemberSerialization | Gets or sets the object member serialization. |
![]() | OnDeserialized | Gets or sets the method called immediately after deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnDeserializedCallbacks | Gets or sets all methods called immediately after deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnDeserializing | Gets or sets the method called during deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnDeserializingCallbacks | Gets or sets all methods called during deserialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnError | Gets or sets the method called when an error is thrown during the serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnErrorCallbacks | Gets or sets all method called when an error is thrown during the serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnSerialized | Gets or sets the method called after serialization of the object graph. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnSerializedCallbacks | Gets or sets all methods called after serialization of the object graph. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnSerializing | Gets or sets the method called before serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OnSerializingCallbacks | Gets or sets all methods called before serialization of the object. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |
![]() | OverrideConstructor | Gets or sets the override constructor used to create the object. This is set when a constructor is marked up using the JsonConstructor attribute. |
![]() | ParametrizedConstructor | Gets or sets the parametrized constructor used to create the object. |
![]() | Properties | Gets the object's properties. |
![]() | UnderlyingType | Gets the underlying type for the contract. (Inherited from Noemax.Newtonsoft.Json.Serialization.JsonContract) |