Encoded Key Value provides a way to use Key Value with encoded keys and values.
It is a Java Generic version of the Key Value interface and provides the ability
- to have something other than a string for a key.
- to have an object instead of a byte array as a value
It requires a codec, which
- encodes the key object as a string
- encodes the value object as a byte array
- decodes the encoded key back to the key object
- decodes the encoded data bytes back into the value object.
Copyright (c) 2025 Synadia Communications Inc. All Rights Reserved. See LICENSE and NOTICE file for details.
