hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 모든 멤버 목록
Newtonsoft.Json.Serialization.JsonLinqContract 클래스 참조

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

Newtonsoft.Json.Serialization.JsonLinqContract에 대한 상속 다이어그램 :
Newtonsoft.Json.Serialization.JsonContract

Public 멤버 함수

 JsonLinqContract (Type underlyingType)
 Initializes a new instance of the JsonLinqContract class. 더 자세히 ...
 

추가로 상속된 멤버들

- Newtonsoft.Json.Serialization.JsonContract(으)로부터 상속된 속성
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.

생성자 & 소멸자 문서화

Newtonsoft.Json.Serialization.JsonLinqContract.JsonLinqContract ( Type  underlyingType)
inline

Initializes a new instance of the JsonLinqContract class.

매개변수
underlyingTypeThe underlying type for the contract.

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