# frozen_string_literal: true # The father class of all serializers. class BaseSerializer include JSONAPI::Serializer end