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
- outputIOException
void readData(ObjectDataInput in) throws IOException
in
- inputIOException
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.