pub fn xml_serialize<T>(obj: T) -> Stringwhere
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.
pub fn xml_serialize<T>(obj: T) -> Stringwhere
T: XmlSerialize,The entry for serializing. T should have declared the root by #[xmlserde(root=b"")]
to tell the serializer the tag name of the root.