Package org.springframework.integration.codec
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.A Codec that can delegate to one out of many Codecs, each mapped to a class.