You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know how to change the default collection serializer via the config settings in an initializer but I can't seem to get this output working. It continues to just output a basic array. I'm using current master
The text was updated successfully, but these errors were encountered:
Which adapter are you using currently? For this kind of structure, you'll need to write your own custom adapter. Unfortunately there's currently no documentation on creating a custom adapter. See #1317 for some details, though.
I will say, this looks similar to http://jsonapi.org. JSON API is supported using the :json_api adapter.
I'd like to configure a custom CollectionSerializer which would generate output similar to the following:
I know how to change the default collection serializer via the config settings in an initializer but I can't seem to get this output working. It continues to just output a basic array. I'm using current master
The text was updated successfully, but these errors were encountered: