[][src]Function rbx_xml::encode

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

Serialize the instances denoted by ids from tree as an XML-format model, writing to output.