hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 속성 | 모든 멤버 목록
Newtonsoft.Json.Converters.CustomCreationConverter< T > 클래스 템플릿 참조abstract

Create a custom object 더 자세히 ...

Newtonsoft.Json.Converters.CustomCreationConverter< T >에 대한 상속 다이어그램 :
Newtonsoft.Json.JsonConverter

Public 멤버 함수

override void WriteJson (JsonWriter writer, object value, JsonSerializer serializer)
 Writes the JSON representation of the object. 더 자세히 ...
 
override object ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
 Reads the JSON representation of the object. 더 자세히 ...
 
abstract T Create (Type objectType)
 Creates an object which will then be populated by the serializer. 더 자세히 ...
 
override bool CanConvert (Type objectType)
 Determines whether this instance can convert the specified object type. 더 자세히 ...
 
- Newtonsoft.Json.JsonConverter(으)로부터 상속된 Public 멤버 함수
virtual JsonSchema GetSchema ()
 Gets the JsonSchema of the JSON produced by the JsonConverter. 더 자세히 ...
 

속성

override bool CanWrite [get]
 Gets a value indicating whether this JsonConverter can write JSON. 더 자세히 ...
 
- Newtonsoft.Json.JsonConverter(으)로부터 상속된 속성
virtual bool CanRead [get]
 Gets a value indicating whether this JsonConverter can read JSON. 더 자세히 ...
 
virtual bool CanWrite [get]
 Gets a value indicating whether this JsonConverter can write JSON. 더 자세히 ...
 

상세한 설명

Create a custom object

템플릿 파라메터
T

멤버 함수 문서화

override bool Newtonsoft.Json.Converters.CustomCreationConverter< T >.CanConvert ( Type  objectType)
inlinevirtual

Determines whether this instance can convert the specified object type.

매개변수
objectTypeType of the object.
반환값
true if this instance can convert the specified object type; otherwise, false.

Newtonsoft.Json.JsonConverter를 구현.

abstract T Newtonsoft.Json.Converters.CustomCreationConverter< T >.Create ( Type  objectType)
pure virtual

Creates an object which will then be populated by the serializer.

매개변수
objectTypeType of the object.
반환값
override object Newtonsoft.Json.Converters.CustomCreationConverter< T >.ReadJson ( JsonReader  reader,
Type  objectType,
object  existingValue,
JsonSerializer  serializer 
)
inlinevirtual

Reads the JSON representation of the object.

매개변수
readerThe JsonReader to read from.
objectTypeType of the object.
existingValueThe existing value of object being read.
serializerThe calling serializer.
반환값
The object value.

Newtonsoft.Json.JsonConverter를 구현.

override void Newtonsoft.Json.Converters.CustomCreationConverter< T >.WriteJson ( JsonWriter  writer,
object  value,
JsonSerializer  serializer 
)
inlinevirtual

Writes the JSON representation of the object.

매개변수
writerThe JsonWriter to write to.
valueThe value.
serializerThe calling serializer.

Newtonsoft.Json.JsonConverter를 구현.

속성 문서화

override bool Newtonsoft.Json.Converters.CustomCreationConverter< T >.CanWrite
get

Gets a value indicating whether this JsonConverter can write JSON.

true if this JsonConverter can write JSON; otherwise, false.


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