class ActiveModelSerializers::Adapter::Null

def serializable_hash(_options = nil)

Since options param is not being used, underscored naming of the param
def serializable_hash(_options = nil)
  {}
end