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
IOException
public void write(ObjectDataOutput out, Externalizable obj) throws IOException
IOException
Copyright © 2014 Hazelcast, Inc.. All rights reserved.