[][src]Function creator_plist::to_writer_xml

pub fn to_writer_xml<W: Write, T: Serialize>(
    writer: W,
    value: &T
) -> Result<(), Error>

Serializes the given data structure to a byte stream as an XML encoded plist.