hdac SDK
SDK for hdac blockchain development
Public 멤버 함수 | 모든 멤버 목록
Newtonsoft.Json.Converters.DataSetConverter 클래스 참조

Converts a DataSet to and from JSON. 더 자세히 ...

Newtonsoft.Json.Converters.DataSetConverter에 대한 상속 다이어그램 :
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. 더 자세히 ...
 
override bool CanConvert (Type valueType)
 Determines whether this instance can convert the specified value type. 더 자세히 ...
 
- Newtonsoft.Json.JsonConverter(으)로부터 상속된 Public 멤버 함수
virtual JsonSchema GetSchema ()
 Gets the JsonSchema of the JSON produced by the JsonConverter. 더 자세히 ...
 

추가로 상속된 멤버들

- 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 a DataSet to and from JSON.

멤버 함수 문서화

override bool Newtonsoft.Json.Converters.DataSetConverter.CanConvert ( Type  valueType)
inlinevirtual

Determines whether this instance can convert the specified value type.

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

Newtonsoft.Json.JsonConverter를 구현.

override object Newtonsoft.Json.Converters.DataSetConverter.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.DataSetConverter.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를 구현.


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