public interface DataSerializable extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
readData(DataInput in) |
void |
writeData(DataOutput out) |
void writeData(DataOutput out) throws IOException
IOExceptionvoid readData(DataInput in) throws IOException
IOExceptionCopyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.