public static class LinkedListSerializerHook.LinkedListStreamSerializer extends Object implements StreamSerializer<LinkedList>
LinkedList
serializerConstructor 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>
IOException
public LinkedList read(ObjectDataInput in) throws IOException
read
in interface StreamSerializer<LinkedList>
IOException
public int getTypeId()
getTypeId
in interface Serializer
public void destroy()
destroy
in interface Serializer
Copyright © 2014 Hazelcast, Inc.. All rights reserved.