From b2f809cdad69c3c6e398ce11a283cce844b5c02c Mon Sep 17 00:00:00 2001 From: Jorge Garcia Date: Tue, 6 Oct 2020 21:40:33 -0500 Subject: [PATCH] Add deserialization options on Readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 1dad6b4..5aa07ba 100644 --- a/README.md +++ b/README.md @@ -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