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>
IOException
public Object read(com.hazelcast.nio.ObjectDataInput in) throws IOException
read
in interface com.hazelcast.nio.serialization.StreamSerializer<Object>
IOException
public int getTypeId()
getTypeId
in interface com.hazelcast.nio.serialization.Serializer
public void destroy()
destroy
in interface com.hazelcast.nio.serialization.Serializer
Copyright © 2019. All rights reserved.