public class TreeMapStreamSerializer<K,V> extends Object
TreeMap serializer| Constructor and Description |
|---|
TreeMapStreamSerializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Called when instance is shutting down.
|
int |
getTypeId() |
TreeMap<K,V> |
read(ObjectDataInput in)
Reads object from objectDataInputStream
|
void |
write(ObjectDataOutput out,
TreeMap<K,V> map)
This method writes object to ObjectDataOutput
|
public int getTypeId()
public void write(ObjectDataOutput out, TreeMap<K,V> map) throws IOException
StreamSerializerwrite in interface StreamSerializer<TreeMap<K,V>>out - ObjectDataOutput stream that object will be written tomap - that will be written to outIOException - in case of failure to writepublic TreeMap<K,V> read(ObjectDataInput in) throws IOException
StreamSerializerin - ObjectDataInput stream that object will read fromIOException - in case of failure to readpublic void destroy()
Serializerdestroy in interface SerializerCopyright © 2019 Hazelcast, Inc.. All rights reserved.