Interface HttpDeserializer<T>

  • Type Parameters:
    T - The type of objects to deserialize.

    public interface HttpDeserializer<T>
    A factory to address deserialization concerns for HTTP request/response payload bodies.