Interface HttpSerializer<T>

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

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