class ActiveModel::Serializer::Associations::Config

def embed_in_root?

def embed_in_root?
  option(:include, source_serializer._root_embed)
end