public static final class DefaultSerializers.ObjectSerializer extends Object
| Constructor and Description |
|---|
ObjectSerializer(boolean shared,
boolean gzipEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
Object |
read(com.hazelcast.nio.ObjectDataInput in) |
void |
write(com.hazelcast.nio.ObjectDataOutput out,
Object obj) |
public int getTypeId()
public Object read(com.hazelcast.nio.ObjectDataInput in) throws IOException
IOExceptionpublic void write(com.hazelcast.nio.ObjectDataOutput out,
Object obj)
throws IOException
IOExceptionCopyright © 2017 Hazelcast, Inc.. All Rights Reserved.