Class TJSONProtocol

java.lang.Object
org.apache.thrift.protocol.TProtocol
org.apache.thrift.protocol.TJSONProtocol
All Implemented Interfaces:
TReadProtocol, TWriteProtocol

public class TJSONProtocol extends TProtocol
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.