-
- All Implemented Interfaces:
-
apptentive.com.android.network.HttpResponseReader
public final class HttpJsonResponseReader<T extends Object> implements HttpResponseReader<T>
Class which represents a JSON HTTP-response reader.
-
-
Constructor Summary
Constructors Constructor Description HttpJsonResponseReader(Class<T> type)
-
Method Summary
Modifier and Type Method Description Tread(HttpNetworkResponse response)-
-
Method Detail
-
read
T read(HttpNetworkResponse response)
-
-
-
-