Function apple_bundle::to_writer_binary[][src]

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

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