Interface HttpSerializerDeserializer<T>

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

public interface HttpSerializerDeserializer<T> extends HttpSerializer2<T>, HttpDeserializer2<T>