xml_serialize

Function xml_serialize 

Source
pub fn xml_serialize<T>(obj: T) -> String
where T: XmlSerialize,
Expand description

The entry for serializing. T should have declared the root by #[xmlserde(root=b"")] to tell the serializer the tag name of the root.