Package | Description |
---|---|
com.github.diegonighty.http.request.types | |
com.github.diegonighty.http.response | |
com.github.diegonighty.http.serialization.common |
Modifier and Type | Method and Description |
---|---|
HttpGetRequest<T> |
HttpGetRequest.setResponseDeserializer(ResponseDeserializer<T> deserializer)
Set the custom deserializer, this replace the GSON default deserializer
|
HttpGetRequest<T> |
WrappedHttpGetRequest.setResponseDeserializer(ResponseDeserializer<T> deserializer)
Set the custom deserializer, this replace the GSON default deserializer
|
Constructor and Description |
---|
WrappedHttpResponse(java.io.InputStream result,
int code,
ResponseDeserializer<R> deserializer) |
Modifier and Type | Class and Description |
---|---|
class |
JsonSerializationWrapper<T>
JsonSerializationWrapper is a default (de)serializer using JSON
|