public static class LinkedListSerializerHook.LinkedListStreamSerializer extends Object implements StreamSerializer<LinkedList>
LinkedList serializer| Constructor and Description |
|---|
LinkedListStreamSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
int |
getTypeId() |
LinkedList |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
LinkedList object) |
public void write(ObjectDataOutput out, LinkedList object) throws IOException
write in interface StreamSerializer<LinkedList>IOExceptionpublic LinkedList read(ObjectDataInput in) throws IOException
read in interface StreamSerializer<LinkedList>IOExceptionpublic int getTypeId()
getTypeId in interface Serializerpublic void destroy()
destroy in interface SerializerCopyright © 2021 Hazelcast, Inc.. All rights reserved.