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