public interface IPacketStreamSerializer<T>
| Modifier and Type | Method and Description | 
|---|---|
T | 
readPacketFromStream(ObjectInput input)
Reads a packet from the given input stream 
 | 
void | 
writePacketToStream(ObjectOutput output,
                   T packet)
Writes the given packet to the output stream 
 | 
void writePacketToStream(ObjectOutput output, T packet) throws IOException
IOExceptionT readPacketFromStream(ObjectInput input) throws IOException, ClassNotFoundException
IOExceptionClassNotFoundExceptionCopyright © GigaSpaces.