| Constructor and Description |
|---|
PayaraHazelcastSerializer(JavaEEContextUtil ctxUtil,
com.hazelcast.nio.serialization.StreamSerializer<?> delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getTypeId() |
Object |
read(com.hazelcast.nio.ObjectDataInput in) |
void |
write(com.hazelcast.nio.ObjectDataOutput out,
Object object) |
public PayaraHazelcastSerializer(JavaEEContextUtil ctxUtil, com.hazelcast.nio.serialization.StreamSerializer<?> delegate)
public void write(com.hazelcast.nio.ObjectDataOutput out,
Object object)
throws IOException
write in interface com.hazelcast.nio.serialization.StreamSerializer<Object>IOExceptionpublic Object read(com.hazelcast.nio.ObjectDataInput in) throws IOException
read in interface com.hazelcast.nio.serialization.StreamSerializer<Object>IOExceptionpublic int getTypeId()
getTypeId in interface com.hazelcast.nio.serialization.Serializerpublic void destroy()
destroy in interface com.hazelcast.nio.serialization.SerializerCopyright © 2019. All rights reserved.