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