Package org.springframework.integration.codec.kryo
package org.springframework.integration.codec.kryo
The Kryo specific
Codec
classes.-
ClassDescriptionBase class for
Codec
s usingKryo
.Base class forKryoRegistrar
implementations.AKryoRegistrar
that delegates and validates registrations across all components.AKryoRegistrar
used to validateRegistration a File serializer.A custom KryoSerializer
for serializing File payloads.AKryoRegistrar
used to validateRegistration a list of Java classes.AKryoRegistrar
implementation backed by a Map used to explicitly set the registration ID for each class.Strategy interface used byPojoCodec
to configure registrations classes consistently acrossKryo
instances.AKryoRegistrar
implementation backed by a List ofRegistration
.PojoCodec
configured to encode/decodeMessage<?>
s.Registers common MessageHeader types and Serializers.Kryo Codec that can encode and decode arbitrary types.Default registration ids for serializers provided by the framework.