|
hdac SDK
SDK for hdac blockchain development
|
Converts an ExpandoObject to and from JSON. 더 자세히 ...
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. 더 자세히 ... | |
| 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. 더 자세히 ... | |
Converts an ExpandoObject to and from JSON.
|
inlinevirtual |
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.
|
inlinevirtual |
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. |
|
inlinevirtual |
Writes the JSON representation of the object.
| writer | The JsonWriter to write to. |
| value | The value. |
| serializer | The calling serializer. |
|
get |
Gets a value indicating whether this JsonConverter can write JSON.
true if this JsonConverter can write JSON; otherwise, false.
1.8.11