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
- Host: GitHub
- URL: https://github.com/fededri/apideserializer
- Owner: fededri
- Created: 2016-05-24T15:56:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-02T13:04:59.000Z (about 10 years ago)
- Last Synced: 2025-12-30T10:05:52.144Z (6 months ago)
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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