hdac SDK
SDK for hdac blockchain development
|
Converts an object to and from JSON. 더 자세히 ...
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.
|
pure virtual |
Determines whether this instance can convert the specified object type.
objectType | Type of the object. |
true
if this instance can convert the specified object type; otherwise, false
. Newtonsoft.Json.Converters.XmlNodeConverter, Newtonsoft.Json.Converters.StringEnumConverter, Newtonsoft.Json.Converters.RegexConverter, Newtonsoft.Json.Converters.DataTableConverter, Newtonsoft.Json.Converters.BinaryConverter, Newtonsoft.Json.Converters.EntityKeyMemberConverter, Newtonsoft.Json.Converters.ExpandoObjectConverter, Newtonsoft.Json.Converters.DataSetConverter, Newtonsoft.Json.Converters.CustomCreationConverter< T >, Newtonsoft.Json.Converters.KeyValuePairConverter, Newtonsoft.Json.Converters.BsonObjectIdConverter, Newtonsoft.Json.Converters.DateTimeConverterBase에서 구현되었습니다.
|
inlinevirtual |
Gets the JsonSchema of the JSON produced by the JsonConverter.
|
pure virtual |
Reads the JSON representation of the object.
reader | The JsonReader to read from. |
objectType | Type of the object. |
existingValue | The existing value of object being read. |
serializer | The calling serializer. |
Newtonsoft.Json.Converters.XmlNodeConverter, Newtonsoft.Json.Converters.EntityKeyMemberConverter, Newtonsoft.Json.Converters.StringEnumConverter, Newtonsoft.Json.Converters.IsoDateTimeConverter, Newtonsoft.Json.Converters.BinaryConverter, Newtonsoft.Json.Converters.RegexConverter, Newtonsoft.Json.Converters.DataTableConverter, Newtonsoft.Json.Converters.DataSetConverter, Newtonsoft.Json.Converters.CustomCreationConverter< T >, Newtonsoft.Json.Converters.JavaScriptDateTimeConverter, Newtonsoft.Json.Converters.BsonObjectIdConverter, Newtonsoft.Json.Converters.KeyValuePairConverter, Newtonsoft.Json.Converters.ExpandoObjectConverter에서 구현되었습니다.
|
pure virtual |
Writes the JSON representation of the object.
writer | The JsonWriter to write to. |
value | The value. |
serializer | The calling serializer. |
Newtonsoft.Json.Converters.XmlNodeConverter, Newtonsoft.Json.Converters.StringEnumConverter, Newtonsoft.Json.Converters.BinaryConverter, Newtonsoft.Json.Converters.IsoDateTimeConverter, Newtonsoft.Json.Converters.EntityKeyMemberConverter, Newtonsoft.Json.Converters.DataSetConverter, Newtonsoft.Json.Converters.DataTableConverter, Newtonsoft.Json.Converters.CustomCreationConverter< T >, Newtonsoft.Json.Converters.ExpandoObjectConverter, Newtonsoft.Json.Converters.BsonObjectIdConverter, Newtonsoft.Json.Converters.RegexConverter, Newtonsoft.Json.Converters.KeyValuePairConverter, Newtonsoft.Json.Converters.JavaScriptDateTimeConverter에서 구현되었습니다.
|
get |
Gets a value indicating whether this JsonConverter can read JSON.
true
if this JsonConverter can read JSON; otherwise, false
.
|
get |
Gets a value indicating whether this JsonConverter can write JSON.
true
if this JsonConverter can write JSON; otherwise, false
.