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

Converts an object to and from JSON. 더 자세히 ...

Newtonsoft.Json.JsonConverter에 대한 상속 다이어그램 :
Newtonsoft.Json.Converters.BinaryConverter Newtonsoft.Json.Converters.BsonObjectIdConverter Newtonsoft.Json.Converters.CustomCreationConverter< T > Newtonsoft.Json.Converters.DataSetConverter Newtonsoft.Json.Converters.DataTableConverter Newtonsoft.Json.Converters.DateTimeConverterBase Newtonsoft.Json.Converters.EntityKeyMemberConverter Newtonsoft.Json.Converters.ExpandoObjectConverter Newtonsoft.Json.Converters.KeyValuePairConverter Newtonsoft.Json.Converters.RegexConverter Newtonsoft.Json.Converters.StringEnumConverter Newtonsoft.Json.Converters.XmlNodeConverter

Public 멤버 함수

abstract void WriteJson (JsonWriter writer, object value, JsonSerializer serializer)
 Writes the JSON representation of the object. 더 자세히 ...
 
abstract object ReadJson (JsonReader reader, Type objectType, object existingValue, JsonSerializer serializer)
 Reads the JSON representation of the object. 더 자세히 ...
 
abstract bool CanConvert (Type objectType)
 Determines whether this instance can convert the specified object type. 더 자세히 ...
 
virtual JsonSchema GetSchema ()
 Gets the JsonSchema of the JSON produced by the 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. 더 자세히 ...
 

상세한 설명

Converts an object to and from JSON.

멤버 함수 문서화

abstract bool Newtonsoft.Json.JsonConverter.CanConvert ( Type  objectType)
pure virtual
virtual JsonSchema Newtonsoft.Json.JsonConverter.GetSchema ( )
inlinevirtual

Gets the JsonSchema of the JSON produced by the JsonConverter.

반환값
The JsonSchema of the JSON produced by the JsonConverter.
abstract object Newtonsoft.Json.JsonConverter.ReadJson ( JsonReader  reader,
Type  objectType,
object  existingValue,
JsonSerializer  serializer 
)
pure virtual
abstract void Newtonsoft.Json.JsonConverter.WriteJson ( JsonWriter  writer,
object  value,
JsonSerializer  serializer 
)
pure virtual

속성 문서화

virtual bool Newtonsoft.Json.JsonConverter.CanRead
get

Gets a value indicating whether this JsonConverter can read JSON.

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

virtual bool Newtonsoft.Json.JsonConverter.CanWrite
get

Gets a value indicating whether this JsonConverter can write JSON.

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


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