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

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

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

Public 멤버 함수

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

속성

MemberSerialization MemberSerialization [get, set]
 Gets or sets the object member serialization. 더 자세히 ...
 
JsonPropertyCollection Properties [get]
 Gets the object's properties. 더 자세히 ...
 
ConstructorInfo OverrideConstructor [get, set]
 Gets or sets the override constructor used to create the object. This is set when a constructor is marked up using the JsonConstructor attribute. 더 자세히 ...
 
ConstructorInfo ParametrizedConstructor [get, set]
 Gets or sets the parametrized constructor used to create the object. 더 자세히 ...
 
- 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.JsonObjectContract.JsonObjectContract ( Type  underlyingType)
inline

Initializes a new instance of the JsonObjectContract class.

매개변수
underlyingTypeThe underlying type for the contract.

속성 문서화

MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract.MemberSerialization
getset

Gets or sets the object member serialization.

The member object serialization.

ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract.OverrideConstructor
getset

Gets or sets the override constructor used to create the object. This is set when a constructor is marked up using the JsonConstructor attribute.

The override constructor.

ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract.ParametrizedConstructor
getset

Gets or sets the parametrized constructor used to create the object.

The parametrized constructor.

JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract.Properties
get

Gets the object's properties.

The object's properties.


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