hdac SDK
SDK for hdac blockchain development
속성 | 모든 멤버 목록
Newtonsoft.Json.Serialization.JsonContract 클래스 참조

Contract details for a Type used by the JsonSerializer. 더 자세히 ...

Newtonsoft.Json.Serialization.JsonContract에 대한 상속 다이어그램 :
Newtonsoft.Json.Serialization.JsonArrayContract Newtonsoft.Json.Serialization.JsonDictionaryContract Newtonsoft.Json.Serialization.JsonDynamicContract Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.JsonLinqContract Newtonsoft.Json.Serialization.JsonObjectContract Newtonsoft.Json.Serialization.JsonPrimitiveContract Newtonsoft.Json.Serialization.JsonStringContract

속성

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.

속성 문서화

JsonConverter Newtonsoft.Json.Serialization.JsonContract.Converter
getset

Gets or sets the default JsonConverter for this contract.

The converter.

Type Newtonsoft.Json.Serialization.JsonContract.CreatedType
getset

Gets or sets the type created during deserialization.

The type created during deserialization.

Func<object> Newtonsoft.Json.Serialization.JsonContract.DefaultCreator
getset

Gets or sets the default creator method used to create the object.

The default creator method used to create the object.

bool Newtonsoft.Json.Serialization.JsonContract.DefaultCreatorNonPublic
getset

Gets or sets a value indicating whether [default creator non public].

true if the default object creator is non-public; otherwise, false.

bool Newtonsoft.Json.Serialization.JsonContract.IsReference
getset

Gets or sets whether this type contract is serialized as a reference.

Whether this type contract is serialized as a reference.

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnDeserialized
getset

Gets or sets the method called immediately after deserialization of the object.

The method called immediately after deserialization of the object.

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnDeserializing
getset

Gets or sets the method called during deserialization of the object.

The method called during deserialization of the object.

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnError
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.

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnSerialized
getset

Gets or sets the method called after serialization of the object graph.

The method called after serialization of the object graph.

MethodInfo Newtonsoft.Json.Serialization.JsonContract.OnSerializing
getset

Gets or sets the method called before serialization of the object.

The method called before serialization of the object.

Type Newtonsoft.Json.Serialization.JsonContract.UnderlyingType
get

Gets the underlying type for the contract.

The underlying type for the contract.


이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: