Function serde_java_properties::to_writer[][src]

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

Write a properties file to a io::Write implementation

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