Package org.springframework.integration.codec
@NullMarked
package org.springframework.integration.codec
Provides base classes for the
Codec
abstraction.-
ClassDescriptionInterface for classes that perform both encode (serialize) and decode (deserialize) on multiple classes.A
MessageConverter
that delegates to aCodec
to convert.An implementation ofCodec
that combines multiple codecs into a single codec, delegating encoding and decoding operations to the appropriate type-specific codec.