Package org.apache.thrift.protocol
Class TJSONProtocol.JSONListContext
- java.lang.Object
-
- org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
-
- org.apache.thrift.protocol.TJSONProtocol.JSONListContext
-
- Enclosing class:
- TJSONProtocol
protected class TJSONProtocol.JSONListContext extends TJSONProtocol.JSONBaseContext
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
JSONListContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
read()
protected void
write()
-
Methods inherited from class org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
escapeNum
-
-
-
-
Method Detail
-
write
protected void write() throws TException
- Overrides:
write
in classTJSONProtocol.JSONBaseContext
- Throws:
TException
-
read
protected void read() throws TException
- Overrides:
read
in classTJSONProtocol.JSONBaseContext
- Throws:
TException
-
-