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

Converts XML to and from JSON. 더 자세히 ...

Newtonsoft.Json.Converters.XmlNodeConverter에 대한 상속 다이어그램 :
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. 더 자세히 ...
 

속성

string DeserializeRootElementName [get, set]
 Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements. 더 자세히 ...
 
bool WriteArrayAttribute [get, set]
 Gets or sets a flag to indicate whether to write the Json.NET array attribute. This attribute helps preserve arrays when converting the written XML back to JSON. 더 자세히 ...
 
bool OmitRootObject [get, set]
 Gets or sets a value indicating whether to write the root JSON object. 더 자세히 ...
 
- 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 XML to and from JSON.

멤버 함수 문서화

override bool Newtonsoft.Json.Converters.XmlNodeConverter.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.XmlNodeConverter.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.XmlNodeConverter.WriteJson ( JsonWriter  writer,
object  value,
JsonSerializer  serializer 
)
inlinevirtual

Writes the JSON representation of the object.

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

Newtonsoft.Json.JsonConverter를 구현.

속성 문서화

string Newtonsoft.Json.Converters.XmlNodeConverter.DeserializeRootElementName
getset

Gets or sets the name of the root element to insert when deserializing to XML if the JSON structure has produces multiple root elements.

The name of the deserialize root element.

bool Newtonsoft.Json.Converters.XmlNodeConverter.OmitRootObject
getset

Gets or sets a value indicating whether to write the root JSON object.

true if the JSON root object is omitted; otherwise, false.

bool Newtonsoft.Json.Converters.XmlNodeConverter.WriteArrayAttribute
getset

Gets or sets a flag to indicate whether to write the Json.NET array attribute. This attribute helps preserve arrays when converting the written XML back to JSON.

true if the array attibute is written to the XML; otherwise, false.


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