Function serde_java_properties::to_writer_with_encoding[][src]

pub fn to_writer_with_encoding<T: Serialize, W: Write>(
    value: &T,
    writer: W,
    encoding: &'static dyn Encoding
) -> Result<(), Error>
Expand description

Write a properties file to a io::Write implementation using the provided encoding