Class: Esse::Serializer

Inherits:
Document show all
Extended by:
Deprecations::Deprecate
Defined in:
lib/esse/deprecations/serializer.rb

Constant Summary

Constants inherited from Document

Document::MUTATIONS_FALLBACK

Instance Attribute Summary

Attributes inherited from Document

#object, #options

Class Method Summary collapse

Methods included from Deprecations::Deprecate

extended

Methods inherited from Document

#doc_header, #document_for_partial_update, #eql?, #id, #ignore_on_delete?, #ignore_on_index?, #initialize, #inspect, #meta, #mutate, #mutated_source, #mutations, #routing, #routing?, #source, #to_bulk, #to_h, #type, #type?

Constructor Details

This class inherits a constructor from Esse::Document

Class Method Details

.inherited(subclass) ⇒ Object



8
9
10
11
# File 'lib/esse/deprecations/serializer.rb', line 8

def inherited(subclass)
  warning 'Esse::Serializer', 'Esse::Document', 2023, 12
  super(subclass)
end