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, waitgetRegistrationsprotected static final com.esotericsoftware.kryo.Kryo kryo
protected final Log log
public void registerTypes(com.esotericsoftware.kryo.Kryo kryo)
KryoRegistrarPojoCodec and
applied to the Kryo instance whenever a new instance is created.registerTypes in interface KryoRegistrarkryo - the Kryo instance