Package org.apache.thrift.protocol
Class TJSONProtocol.JSONBaseContext
- java.lang.Object
-
- org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
-
- Direct Known Subclasses:
TJSONProtocol.JSONListContext,TJSONProtocol.JSONPairContext
- Enclosing class:
- TJSONProtocol
protected class TJSONProtocol.JSONBaseContext extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJSONBaseContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanescapeNum()protected voidread()protected voidwrite()
-
-
-
Method Detail
-
write
protected void write() throws TException- Throws:
TException
-
read
protected void read() throws TException- Throws:
TException
-
escapeNum
protected boolean escapeNum()
-
-