|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomSerialization
The Interface CustomSerialization.
Method Summary | |
---|---|
void |
readObjectData(ConnectionHandler connectionHandler,
java.nio.ByteBuffer buffer)
Read object data. |
void |
writeObjectData(ConnectionHandler connectionHandler,
java.nio.ByteBuffer buffer)
Write object data. |
Method Detail |
---|
void readObjectData(ConnectionHandler connectionHandler, java.nio.ByteBuffer buffer) throws SerializationException
connectionHandler
- the connection handlerbuffer
- the buffer
SerializationException
- the serialization exceptionvoid writeObjectData(ConnectionHandler connectionHandler, java.nio.ByteBuffer buffer) throws SerializationException
connectionHandler
- the connection handlerbuffer
- the buffer
SerializationException
- the serialization exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |