public interface TSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
read(TProtocol iprot)
Reads the TObject from the given input protocol.
|
void |
write(TProtocol oprot)
Writes the objects out to the protocol
|
void read(TProtocol iprot) throws TException
iprot - Input protocolTExceptionvoid write(TProtocol oprot) throws TException
oprot - Output protocolTException