Interface DiffableUtils.KeySerializer<K>

Type Parameters:
K - type of key
Enclosing class:
DiffableUtils

public static interface DiffableUtils.KeySerializer<K>
Provides read and write operations to serialize keys of map
  • Method Details

    • writeKey

      void writeKey​(K key, StreamOutput out) throws java.io.IOException
      Throws:
      java.io.IOException
    • readKey

      K readKey​(StreamInput in) throws java.io.IOException
      Throws:
      java.io.IOException