Function to_file_binary

Source
pub fn to_file_binary<P, T>(path: P, value: &T) -> Result<(), Error>
where P: AsRef<Path>, T: Serialize,
Expand description

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