pub fn to_vec<'facet, T>(
value: &T,
) -> Result<Vec<u8>, SerializeError<XmlSerializeError>>Expand description
Serialize a value to XML bytes with default options.
pub fn to_vec<'facet, T>(
value: &T,
) -> Result<Vec<u8>, SerializeError<XmlSerializeError>>Serialize a value to XML bytes with default options.