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.Serializerpublic int getTypeId()
getTypeId in interface com.hazelcast.nio.serialization.Serializerpublic CacheObject<T> read(com.hazelcast.nio.ObjectDataInput arg0) throws IOException
read in interface com.hazelcast.nio.serialization.StreamSerializer<CacheObject<T>>IOExceptionpublic void write(com.hazelcast.nio.ObjectDataOutput arg0,
CacheObject<T> arg1)
throws IOException
write in interface com.hazelcast.nio.serialization.StreamSerializer<CacheObject<T>>IOException