Generated by
JDiff

Package org.springframework.core.codec

Removed Classes
AbstractEncoder.FlushingStrategy  
 

Added Classes
DecodingException Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure.
EncodingException Indicates an issue with encoding the input Object stream with a focus on not being able to encode Objects.
 

Changed Classes
AbstractEncoder Abstract base class for Decoder implementations.
CharSequenceEncoder Encode from a {@code CharSequence} stream to a bytes stream.
ResourceDecoder Decoder for Resources.
StringDecoder Decode from a bytes stream to a {@code String} stream.