[][src]Function rbx_binary::encode

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

Serialize the instances denoted by ids from tree to Roblox's binary format.