V - the type of the valuepublic interface MergingValueHolder<V> extends DataSerializable
| Modifier and Type | Method and Description |
|---|---|
Object |
getDeserializedValue()
Returns the deserialized merging value.
|
V |
getValue()
Returns the merging value in the in-memory format of the backing data structure.
|
void |
setSerializationService(SerializationService serializationService)
Sets the
SerializationService to deserialize the value on demand. |
readData, writeDataV getValue()
Object getDeserializedValue()
void setSerializationService(SerializationService serializationService)
SerializationService to deserialize the value on demand.serializationService - the serialization serviceCopyright © 2018 Hazelcast, Inc.. All Rights Reserved.