| Package | Description | 
|---|---|
| org.springframework.core.codec | 
| Class and Description | 
|---|
| AbstractDataBufferDecoder Abstract base class for  Decoderimplementations that can decode
 aDataBufferdirectly to the target element type. | 
| AbstractDecoder Abstract base class for  Decoderimplementations. | 
| AbstractEncoder Abstract base class for  Decoderimplementations. | 
| AbstractSingleValueEncoder Abstract base class for  Encoderclasses that can only deal with a single value. | 
| CharSequenceEncoder Encode from a  CharSequencestream to a bytes stream. | 
| CodecException General error that indicates a problem while encoding and decoding to and
 from an Object stream. | 
| Decoder Strategy for decoding a  DataBufferinput stream into an output stream
 of elements of type<T>. | 
| Encoder Strategy to encode a stream of Objects of type  <T>into an output
 stream of bytes. | 
| StringDecoder Decode from a data buffer stream to a  Stringstream. |