com.hazelcast.nio.serialization
public interface DataSerializable
Externalizable and relies on reflection to create
 instances using classnames.IdentifiedDataSerializable, 
Portable, 
VersionedPortable| Modifier and Type | Method and Description | 
|---|---|
| void | readData(ObjectDataInput in)Reads fields from the input stream | 
| void | writeData(ObjectDataOutput out)Writes object fields to output stream | 
void writeData(ObjectDataOutput out) throws IOException
out - outputIOExceptionvoid readData(ObjectDataInput in) throws IOException
in - inputIOExceptionCopyright © 2015 Hazelcast, Inc.. All Rights Reserved.