pub fn to_vec<'facet, T>( value: &T, ) -> Result<Vec<u8>, SerializeError<XmlSerializeError>>where T: Facet<'facet> + ?Sized,