Deserializes an HTTP response into a Java object of type T. @param response HTTP response object @param deserializer json deserializer @return an object of type T @throws ChainException @throws IOException
(Response response, Gson deserializer)
| 327 | * @throws IOException |
| 328 | */ |
| 329 | T create(Response response, Gson deserializer) throws ChainException, IOException; |
| 330 | } |
| 331 | |
| 332 | /** |
no outgoing calls