public interface DataSerializable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
readData(com.hazelcast.nio.ObjectDataInput in) |
void |
writeData(com.hazelcast.nio.ObjectDataOutput out) |
void writeData(com.hazelcast.nio.ObjectDataOutput out)
throws IOException
IOExceptionvoid readData(com.hazelcast.nio.ObjectDataInput in)
throws IOException
IOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.