public static class ArrayListSerializerHook.ArrayListStreamSerializer extends Object implements StreamSerializer<ArrayList>
ArrayList
serializerConstructor and Description |
---|
ArrayListStreamSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
int |
getTypeId() |
ArrayList |
read(ObjectDataInput in) |
void |
write(ObjectDataOutput out,
ArrayList object) |
public void write(ObjectDataOutput out, ArrayList object) throws IOException
write
in interface StreamSerializer<ArrayList>
IOException
public ArrayList read(ObjectDataInput in) throws IOException
read
in interface StreamSerializer<ArrayList>
IOException
public int getTypeId()
getTypeId
in interface Serializer
public void destroy()
destroy
in interface Serializer
Copyright © 2014 Hazelcast, Inc.. All rights reserved.