org.apache.thrift.scheme
Interface IScheme<T extends TBase>

All Known Implementing Classes:
StandardScheme, TupleScheme

public interface IScheme<T extends TBase>


Method Summary
 void read(TProtocol iproto, T struct)
           
 void write(TProtocol oproto, T struct)
           
 

Method Detail

read

void read(TProtocol iproto,
          T struct)
          throws TException
Throws:
TException

write

void write(TProtocol oproto,
           T struct)
           throws TException
Throws:
TException