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 protocolTException - if there is an error reading from iprotvoid write(TProtocol oprot) throws TException
oprot - Output protocolTException - if there is an error writing to oprot