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(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
Object obj) |
public int getTypeId()
public Object read(ObjectDataInput in) throws IOException
IOExceptionpublic void write(ObjectDataOutput out, Object obj) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.