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
IOException
T readPacketFromStream(ObjectInput input) throws IOException, ClassNotFoundException
IOException
ClassNotFoundException
Copyright © GigaSpaces.