pub fn to_string_with_root<T>(value: &T, root: &str) -> Result<String>where T: Serialize + ?Sized,
Serializes a value to an XML string with a root element name.