- All Implemented Interfaces:
- Serializable
public final class ByteArrayKey
extends Object
implements Serializable
Wrapper class for byte[] keys.
The class can be marshalled either via its externalizer or via the JVM
serialization. The reason for supporting both methods is to enable
third-party libraries to be able to marshall/unmarshall them using standard
JVM serialization rules. The Infinispan marshalling layer will always
chose the most performant one, aka the externalizer method.
- Since:
- 4.1
- Author:
- Galder ZamarreƱo
- See Also:
- Serialized Form