public abstract class AbstractKryoRegistrar extends Object implements KryoRegistrar
KryoRegistrar
implementations.Modifier and Type | Field and Description |
---|---|
protected static com.esotericsoftware.kryo.Kryo |
KRYO |
protected Log |
log |
MIN_REGISTRATION_VALUE
Constructor and Description |
---|
AbstractKryoRegistrar() |
Modifier and Type | Method and Description |
---|---|
void |
registerTypes(com.esotericsoftware.kryo.Kryo kryo)
This method is invoked by the
PojoCodec and
applied to the Kryo instance whenever a new instance is created. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRegistrations
protected static final com.esotericsoftware.kryo.Kryo KRYO
protected final Log log
public void registerTypes(com.esotericsoftware.kryo.Kryo kryo)
KryoRegistrar
PojoCodec
and
applied to the Kryo
instance whenever a new instance is created.registerTypes
in interface KryoRegistrar
kryo
- the Kryo instance