Package fish.payara.nucleus.hazelcast
Class PayaraHazelcastSerializer
- java.lang.Object
-
- fish.payara.nucleus.hazelcast.PayaraHazelcastSerializer
-
-
Constructor Summary
Constructors Constructor Description PayaraHazelcastSerializer(JavaEEContextUtil ctxUtil, com.hazelcast.nio.serialization.StreamSerializer<?> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()intgetTypeId()Objectread(com.hazelcast.nio.ObjectDataInput in)voidwrite(com.hazelcast.nio.ObjectDataOutput out, Object object)
-
-
-
Constructor Detail
-
PayaraHazelcastSerializer
public PayaraHazelcastSerializer(JavaEEContextUtil ctxUtil, com.hazelcast.nio.serialization.StreamSerializer<?> delegate)
-
-
Method Detail
-
write
public void write(com.hazelcast.nio.ObjectDataOutput out, Object object) throws IOException- Specified by:
writein interfacecom.hazelcast.nio.serialization.StreamSerializer<Object>- Throws:
IOException
-
read
public Object read(com.hazelcast.nio.ObjectDataInput in) throws IOException
- Specified by:
readin interfacecom.hazelcast.nio.serialization.StreamSerializer<Object>- Throws:
IOException
-
getTypeId
public int getTypeId()
- Specified by:
getTypeIdin interfacecom.hazelcast.nio.serialization.Serializer
-
destroy
public void destroy()
- Specified by:
destroyin interfacecom.hazelcast.nio.serialization.Serializer
-
-