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

Converts a Regex to and from JSON and BSON. 더 자세히 ...

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

추가로 상속된 멤버들

- 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 Regex to and from JSON and BSON.

멤버 함수 문서화

override bool Newtonsoft.Json.Converters.RegexConverter.CanConvert ( Type  objectType)
inlinevirtual

Determines whether this instance can convert the specified object type.

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

Newtonsoft.Json.JsonConverter를 구현.

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


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