public interface IScheme<T extends TBase>
| Modifier and Type | Method and Description |
|---|---|
void |
read(TProtocol iproto,
T struct) |
void |
write(TProtocol oproto,
T struct) |
void read(TProtocol iproto, T struct) throws TException
TExceptionvoid write(TProtocol oproto, T struct) throws TException
TException