T - - type of the object;public interface ObjectReader<T>
| Modifier and Type | Method and Description |
|---|---|
T |
read(com.hazelcast.nio.ObjectDataInput objectDataInput,
ObjectReaderFactory objectReaderFactory)
Read object from the binary source represented by objectDataInput;
|
T read(com.hazelcast.nio.ObjectDataInput objectDataInput, ObjectReaderFactory objectReaderFactory) throws IOException
objectDataInput - - binary source;objectReaderFactory - - factory to construct object readers;IOException - if error reading from inputCopyright © 2016 Hazelcast, Inc.. All Rights Reserved.