public static final class DefaultSerializers.Externalizer extends Object
| Constructor and Description |
|---|
Externalizer(boolean gzipEnabled) |
| Modifier and Type | Method and Description |
|---|---|
int |
getTypeId() |
Externalizable |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
Externalizable obj) |
public int getTypeId()
public Externalizable read(ObjectDataInput in) throws IOException
IOExceptionpublic void write(ObjectDataOutput out, Externalizable obj) throws IOException
IOExceptionCopyright © 2021 Hazelcast, Inc.. All rights reserved.