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
IOException
void readData(DataInput in) throws IOException
IOException
Copyright © 2008-2013 Hazelcast, Inc. All Rights Reserved.