Interface HttpSerializer<T>

Type Parameters:
T - The type of objects to serialize.
All Superinterfaces:
HttpSerializer2<T>

@Deprecated public interface HttpSerializer<T> extends HttpSerializer2<T>
A factory to address serialization concerns for HTTP request/response payload bodies.