Package org.apache.thrift.scheme
Interface IScheme<T extends TBase>
-
- All Known Implementing Classes:
StandardScheme
,TupleScheme
public interface IScheme<T extends TBase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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
-
-