org.apache.thrift.protocol
Class TSimpleJSONProtocol.ListContext

java.lang.Object
  extended by org.apache.thrift.protocol.TSimpleJSONProtocol.Context
      extended by org.apache.thrift.protocol.TSimpleJSONProtocol.ListContext
Enclosing class:
TSimpleJSONProtocol

protected class TSimpleJSONProtocol.ListContext
extends TSimpleJSONProtocol.Context


Field Summary
protected  boolean first_
           
 
Constructor Summary
protected TSimpleJSONProtocol.ListContext()
           
 
Method Summary
protected  void write()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

first_

protected boolean first_
Constructor Detail

TSimpleJSONProtocol.ListContext

protected TSimpleJSONProtocol.ListContext()
Method Detail

write

protected void write()
              throws TException
Overrides:
write in class TSimpleJSONProtocol.Context
Throws:
TException