|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hazelcast.nio.serialization.serializers.ArrayListSerializerHook.ArrayListStreamSerializer
public static class ArrayListSerializerHook.ArrayListStreamSerializer
The ArrayList serializer
| Constructor Summary | |
|---|---|
ArrayListSerializerHook.ArrayListStreamSerializer()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Called when instance is shutting down. |
int |
getTypeId()
|
ArrayList |
read(ObjectDataInput in)
Reads object from objectDataInputStream |
void |
write(ObjectDataOutput out,
ArrayList object)
This method writes object to ObjectDataOutput |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ArrayListSerializerHook.ArrayListStreamSerializer()
| Method Detail |
|---|
public void write(ObjectDataOutput out,
ArrayList object)
throws IOException
StreamSerializer
write in interface StreamSerializer<ArrayList>out - ObjectDataOutput stream that object will be written toobject - that will be written to out
IOException - in case of failure to write
public ArrayList read(ObjectDataInput in)
throws IOException
StreamSerializer
read in interface StreamSerializer<ArrayList>in - ObjectDataInput stream that object will read from
IOException - in case of failure to readpublic int getTypeId()
getTypeId in interface Serializerpublic void destroy()
Serializer
destroy in interface Serializer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||