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 protectedJSONListContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidread()protected voidwrite()-
Methods inherited from class org.apache.thrift.protocol.TJSONProtocol.JSONBaseContext
escapeNum
-
-
-
-
Method Detail
-
write
protected void write() throws TException- Overrides:
writein classTJSONProtocol.JSONBaseContext- Throws:
TException
-
read
protected void read() throws TException- Overrides:
readin classTJSONProtocol.JSONBaseContext- Throws:
TException
-
-