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