Rails Serializers This guide describes how to use Active Model serializers to build non-trivial JSON services in Rails. By reading this guide, you will learn: When to use the built-in Active Model serialization When to use a custom serializer for your models How to use serializers to encapsulate authorization concerns How to create serializer templates to describe the application-wide structure of