Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Orbit

Encoded Key Value

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.

Artifact 0.0.4 0.0.5 Dependencies Help javadoc Maven Central


Copyright (c) 2025 Synadia Communications Inc. All Rights Reserved. See LICENSE and NOTICE file for details.