Expand description
Serialization of ISO 20022 message types to XML.
Thin wrappers around quick_xml::se that translate errors into
ParseError.
§Examples
let xml = to_string(&hdr).unwrap();Functions§
- to_
string - Serialize an ISO 20022 message type to an XML string.
- to_
string_ with_ declaration - Serialize an ISO 20022 message type to an XML string with an XML declaration.