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.AMessageConverterthat delegates to aCodecto convert.A Codec that can delegate to one out of many Codecs, each mapped to a class.