Package org.springframework.integration.codec.kryo
The Kryo specific
Codec
classes.-
Interface Summary Interface Description KryoRegistrar Strategy interface used byPojoCodec
to configure registrations classes consistently acrossKryo
instances. -
Class Summary Class Description AbstractKryoCodec Base class forCodec
s usingKryo
.AbstractKryoRegistrar Base class forKryoRegistrar
implementations.CompositeKryoRegistrar AKryoRegistrar
that delegates and validates registrations across all components.FileKryoRegistrar AKryoRegistrar
used to validateRegistration a File serializer.FileSerializer A custom KryoSerializer
for serializing File payloads.KryoClassListRegistrar AKryoRegistrar
used to validateRegistration a list of Java classes.KryoClassMapRegistrar AKryoRegistrar
implementation backed by a Map used to explicitly set the registration ID for each class.KryoRegistrationRegistrar AKryoRegistrar
implementation backed by a List ofRegistration
.MessageCodec PojoCodec
configured to encode/decodeMessage<?>
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.