hdac SDK
SDK for hdac blockchain development
|
Contract details for a Type used by the JsonSerializer. 더 자세히 ...
속성 | |
Type | UnderlyingType [get] |
Gets the underlying type for the contract. 더 자세히 ... | |
Type | CreatedType [get, set] |
Gets or sets the type created during deserialization. 더 자세히 ... | |
bool | IsReference [get, set] |
Gets or sets whether this type contract is serialized as a reference. 더 자세히 ... | |
JsonConverter | Converter [get, set] |
Gets or sets the default JsonConverter for this contract. 더 자세히 ... | |
MethodInfo | OnDeserialized [get, set] |
Gets or sets the method called immediately after deserialization of the object. 더 자세히 ... | |
MethodInfo | OnDeserializing [get, set] |
Gets or sets the method called during deserialization of the object. 더 자세히 ... | |
MethodInfo | OnSerialized [get, set] |
Gets or sets the method called after serialization of the object graph. 더 자세히 ... | |
MethodInfo | OnSerializing [get, set] |
Gets or sets the method called before serialization of the object. 더 자세히 ... | |
Func< object > | DefaultCreator [get, set] |
Gets or sets the default creator method used to create the object. 더 자세히 ... | |
bool | DefaultCreatorNonPublic [get, set] |
Gets or sets a value indicating whether [default creator non public]. 더 자세히 ... | |
MethodInfo | OnError [get, set] |
Gets or sets the method called when an error is thrown during the serialization of the object. 더 자세히 ... | |
Contract details for a Type used by the JsonSerializer.
|
getset |
Gets or sets the default JsonConverter for this contract.
The converter.
|
getset |
Gets or sets the type created during deserialization.
The type created during deserialization.
|
getset |
Gets or sets the default creator method used to create the object.
The default creator method used to create the object.
|
getset |
Gets or sets a value indicating whether [default creator non public].
true
if the default object creator is non-public; otherwise, false
.
|
getset |
Gets or sets whether this type contract is serialized as a reference.
Whether this type contract is serialized as a reference.
|
getset |
Gets or sets the method called immediately after deserialization of the object.
The method called immediately after deserialization of the object.
|
getset |
Gets or sets the method called during deserialization of the object.
The method called during deserialization of the object.
|
getset |
Gets or sets the method called when an error is thrown during the serialization of the object.
The method called when an error is thrown during the serialization of the object.
|
getset |
Gets or sets the method called after serialization of the object graph.
The method called after serialization of the object graph.
|
getset |
Gets or sets the method called before serialization of the object.
The method called before serialization of the object.
|
get |
Gets the underlying type for the contract.
The underlying type for the contract.