C# (CSharp) Thrift.Protocol Namespace

Classes

Name Description
TJSONProtocol
TJSONProtocol.Factory
TJSONProtocol.JSONBaseContext Base class for tracking JSON contexts that may require inserting/Reading additional JSON syntax characters This base context does nothing.
TJSONProtocol.JSONListContext Context for JSON lists. Will insert/Read commas before each item except for the first one
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).
TJSONProtocol.LookaheadReader Holds up to one byte from the transport
TProtocol