public class CompositeKryoRegistrar extends AbstractKryoRegistrar
KryoRegistrar that delegates and validates registrations across all components.KRYO, logMIN_REGISTRATION_VALUE| Constructor and Description |
|---|
CompositeKryoRegistrar(java.util.List<KryoRegistrar> delegates) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<com.esotericsoftware.kryo.Registration> |
getRegistrations() |
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. |
public CompositeKryoRegistrar(java.util.List<KryoRegistrar> delegates)
public void registerTypes(com.esotericsoftware.kryo.Kryo kryo)
KryoRegistrarPojoCodec and
applied to the Kryo instance whenever a new instance is created.registerTypes in interface KryoRegistrarregisterTypes in class AbstractKryoRegistrarkryo - the Kryo instancepublic final java.util.List<com.esotericsoftware.kryo.Registration> getRegistrations()
Registration provided