public interface StreamSerializer<T> extends Serializer
| Modifier and Type | Method and Description | 
|---|---|
| T | read(com.hazelcast.nio.ObjectDataInput in) | 
| void | write(com.hazelcast.nio.ObjectDataOutput out,
     T object) | 
destroy, getTypeIdvoid write(com.hazelcast.nio.ObjectDataOutput out,
           T object)
    throws IOException
IOExceptionT read(com.hazelcast.nio.ObjectDataInput in) throws IOException
IOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.