Skip to main content

Module ser

Module ser 

Source
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.