Function rbx_xml::to_writer_default[][src]

pub fn to_writer_default<W: Write>(
    writer: W,
    tree: &RbxTree,
    ids: &[RbxId]
) -> Result<(), EncodeError>

Serializes a subset of the given tree to an XML format model or place, writing to something that implements the std::io::Write trait using the default encoder options.