Class: ApiSerializer::AbstractSerialization

Inherits:
Serialization show all
Defined in:
lib/api_serializer/abstract_serialization.rb

Overview

Parent class for serialization templates produced by serializer_template / deserializer_template. Never instantiated — only used as a parent so that VariantBuilder can distinguish abstract templates from concrete variants via ‘klass < AbstractSerialization`.

Method Summary

Methods inherited from Serialization

attribute, attribute_names, attribute_options, compose, composed_with, decompose, filtering_mapped_attributes, has_many, has_one, inherited, reflect_on, schema_name, sorting_mapped_attributes, target_data_structure, transformer, virtual