Add deserialization options on Readme

This commit is contained in:
Jorge Garcia 2020-10-06 21:40:33 -05:00
parent f8255771dc
commit b2f809cdad
No known key found for this signature in database
GPG Key ID: 1ACDF9F44C178B54

View File

@ -39,6 +39,7 @@ article in the `docs` folder for any questions related to methodology.
* [Sparse Fieldsets](#sparse-fieldsets)
* [Using helper methods](#using-helper-methods)
* [Performance Instrumentation](#performance-instrumentation)
* [Deserialization](#deserialization)
* [Contributing](#contributing)
@ -693,6 +694,18 @@ tests. To run tests use the following command:
rspec
```
## Deserialization
We currently do not support deserialization, but we recommend to use any of the next gems:
### [JSONAPI.rb](https://github.com/stas/jsonapi.rb)
This gem provides the next features alongside deserialization:
- Collection meta
- Error handling
- Includes and sparse fields
- Filtering and sorting
- Pagination
## Contributing
Please follow the instructions we provide as part of the issue and