Reads value from stream. Reading operation can be made dependent on map key.
(StreamInput in, K key)
| 450 | * Reads value from stream. Reading operation can be made dependent on map key. |
| 451 | */ |
| 452 | V read(StreamInput in, K key) throws IOException; |
| 453 | |
| 454 | /** |
| 455 | * Whether this serializer supports diffable values |
no outgoing calls