- All Implemented Interfaces:
- Codec<Data>
public class Kryo
extends Object
implements Codec<Data>
This class implements a data item codec using an internal Kryo instance. The
kryo instance is shared, so the calls to decode and encode are not
thread-safe.
- Author:
- Christian Bockermann