jsonapi-rb / jsonapi-rails

Rails gem for fast jsonapi-compliant APIs.
http://jsonapi-rb.org
MIT License
321 stars 63 forks source link

Customizing serializers/deserializers with key_format #101

Closed thomascchen closed 5 years ago

thomascchen commented 5 years ago

I noticed that key_format is a tested method on the deserialization spec, but I don't see it documented anywhere. Is this intended to be a public method that people can expect to safely use?

thomascchen commented 5 years ago

I just realized that there is RDoc documentation for this method in jsonapi-serializable where it is defined here, and it is a public method according to that documentation, so I think I answered my own question.