An open API service indexing awesome lists of open source software.

https://github.com/fededri/apideserializer

type adapter para registrar en el objeto gson utilizado por retrofit 2 para el parseo de los json a objetos
https://github.com/fededri/apideserializer

Last synced: 2 months ago
JSON representation

type adapter para registrar en el objeto gson utilizado por retrofit 2 para el parseo de los json a objetos

Awesome Lists containing this project

README

          

# ApiDeserializer

Type Adapter for registering the gson object using retrofit 2 for parsing json objects.

Implemented as a 'woarkaround" due to the fact that in the moment of implementation the APIs returned 2XX code despite it was an error.

Each Response must implement ApiResponseResult interface which informs whether call was successfully processed or not