public class CacheObjectSerializer<T> extends Object implements com.hazelcast.nio.serialization.StreamSerializer<CacheObject<T>>
Constructor and Description |
---|
CacheObjectSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getTypeId() |
CacheObject<T> |
read(com.hazelcast.nio.ObjectDataInput arg0) |
void |
write(com.hazelcast.nio.ObjectDataOutput arg0,
CacheObject<T> arg1) |
public void destroy()
destroy
in interface com.hazelcast.nio.serialization.Serializer
public int getTypeId()
getTypeId
in interface com.hazelcast.nio.serialization.Serializer
public CacheObject<T> read(com.hazelcast.nio.ObjectDataInput arg0) throws IOException
read
in interface com.hazelcast.nio.serialization.StreamSerializer<CacheObject<T>>
IOException
public void write(com.hazelcast.nio.ObjectDataOutput arg0, CacheObject<T> arg1) throws IOException
write
in interface com.hazelcast.nio.serialization.StreamSerializer<CacheObject<T>>
IOException