Function serde_java_properties::to_vec[][src]

pub fn to_vec<T: Serialize>(value: &T) -> Result<Vec<u8>, Error>
Expand description

Write a properties file to a byte buffer

Important: This uses the default encoding ISO-8859-1