module ActiveModelSerializers::Adapter::JsonApi::Jsonapi

def add!(hash)

def add!(hash)
  hash.merge!(object) if include_object?
end