C# Класс Thrift.Protocol.TJSONProtocol.JSONPairContext

Context for JSON records. Will insert/Read colons before the value portion of each record pair, and commas before each key except the first. In addition, will indicate that numbers in the key position need to be escaped in quotes (since JSON keys must be strings).
Наследование: JSONBaseContext
Показать файл Открыть проект

Открытые методы

Метод Описание
EscapeNumbers ( ) : bool
JSONPairContext ( TJSONProtocol proto ) : System
Read ( ) : void
Write ( ) : void

Описание методов

EscapeNumbers() публичный Метод

public EscapeNumbers ( ) : bool
Результат bool

JSONPairContext() публичный Метод

public JSONPairContext ( TJSONProtocol proto ) : System
proto TJSONProtocol
Результат System

Read() публичный Метод

public Read ( ) : void
Результат void

Write() публичный Метод

public Write ( ) : void
Результат void