Name |
Description |
Base64Utils |
|
BinarySerializer |
|
BitField |
|
CompactSerializer |
|
CompactSerializer.Types |
|
CustomData |
|
DataObject |
|
Field |
|
JSONSerializer |
JSON protocol implementation for thrift. This is a full-featured protocol supporting Write and Read. Please see the C++ class header for a detailed description of the protocol's wire format. Adapted from the Java version. |
JSONSerializer.JSONBaseContext |
Base class for tracking JSON contexts that may require inserting/Reading additional JSON syntax characters This base context does nothing. |
JSONSerializer.JSONListContext |
Context for JSON lists. Will insert/Read commas before each item except for the first one |
JSONSerializer.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). |
JSONSerializer.LookaheadReader |
Holds up to one byte from the transport |
Serializer |
|
SerializerException |
|
TList |
|
TMap |
|