public interface ResponseDeserializer<T>
Modifier and Type | Method and Description |
---|---|
T |
deserialize(java.io.InputStream stream)
Custom deserializer for the HTTP Response
|
T deserialize(java.io.InputStream stream) throws java.io.IOException
stream
- the response of the http requestjava.io.IOException
- if an I/O exception occurs.