class ActiveModelSerializers::Adapter::Base

def serializable_hash(_options = nil)

options = serialization_options(options)
Subclasses that implement this method must first call
def serializable_hash(_options = nil)
  fail NotImplementedError, 'This is an abstract method. Should be implemented at the concrete adapter.'
end