/** * Provides implementations of {@link org.springframework.core.codec.Encoder} * and {@link org.springframework.core.codec.Decoder} for web use. * * <p>Also declares a high-level * {@link org.springframework.http.codec.HttpMessageReader} and * {@link org.springframework.http.codec.HttpMessageWriter} for reading and * writing the body of HTTP requests and responses. */ package org.springframework.http.codec;