C# Class 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).
Inheritance: JSONBaseContext
Afficher le fichier Open project: abhinavkulkarni/topic-modeling

Méthodes publiques

Méthode Description
EscapeNumbers ( ) : bool
JSONPairContext ( TJSONProtocol proto ) : System
Read ( ) : void
Write ( ) : void

Method Details

EscapeNumbers() public méthode

public EscapeNumbers ( ) : bool
Résultat bool

JSONPairContext() public méthode

public JSONPairContext ( TJSONProtocol proto ) : System
proto TJSONProtocol
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void