pub fn to_writer_xml_with_options<W: Write, T: Serialize>(
    writer: W,
    value: &T,
    options: &XmlWriteOptions
) -> Result<(), Error>
Expand description

Serializes to a byte stream as an XML encoded plist, using custom XmlWriteOptions.