Codec
classes.See: Description
Interface | Description |
---|---|
KryoRegistrar |
Strategy interface used by
PojoCodec to configure registrations
classes consistently across Kryo instances. |
Class | Description |
---|---|
AbstractKryoCodec |
Base class for
Codec s using Kryo . |
AbstractKryoRegistrar |
Base class for
KryoRegistrar implementations. |
CompositeKryoRegistrar |
A
KryoRegistrar that delegates and validates registrations across all components. |
FileKryoRegistrar |
A
KryoRegistrar used to validateRegistration a File serializer. |
FileSerializer |
A custom Kryo
Serializer for serializing File payloads. |
KryoClassListRegistrar |
A
KryoRegistrar used to validateRegistration a
list of Java classes. |
KryoClassMapRegistrar |
A
KryoRegistrar implementation backed by a Map
used to explicitly set the registration ID for each class. |
KryoRegistrationRegistrar |
A
KryoRegistrar implementation backed by a List of Registration . |
MessageCodec |
PojoCodec configured to encode/decode Message<?> s. |
MessageKryoRegistrar |
Registers common MessageHeader types and Serializers.
|
PojoCodec |
Kryo Codec that can encode and decode arbitrary types.
|
RegistrationIds |
Default registration ids for serializers provided by the framework.
|
Codec
classes.