pub fn to_xml<T>(value: &T) -> Result<Bytes, Error>where T: Serialize,
xml
Serializes a type to bytes.
Automatically includes the XML declaration.