public class TreeSetStreamSerializer<E> extends Object
TreeSet
serializerConstructor and Description |
---|
TreeSetStreamSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
destroy()
Called when instance is shutting down.
|
int |
getTypeId() |
Set<E> |
read(ObjectDataInput in)
Reads object from objectDataInputStream
|
void |
write(ObjectDataOutput out,
Set<E> collection)
This method writes object to ObjectDataOutput
|
public int getTypeId()
public void write(ObjectDataOutput out, Set<E> collection) throws IOException
StreamSerializer
write
in interface StreamSerializer<Set<E>>
out
- ObjectDataOutput stream that object will be written tocollection
- that will be written to outIOException
- in case of failure to writepublic Set<E> read(ObjectDataInput in) throws IOException
StreamSerializer
in
- ObjectDataInput stream that object will read fromIOException
- in case of failure to readpublic void destroy()
Serializer
destroy
in interface Serializer
Copyright © 2019 Hazelcast, Inc.. All rights reserved.