public interface ResponseDeserializer<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(java.lang.String json)
Custom deserializer for the HTTP Response
|
T deserialize(java.lang.String json)
json
- the response of the http request