Function serde_java_properties::to_string[][src]

pub fn to_string<T: Serialize>(value: &T) -> Result<String, Error>
Expand description

Write a properties file to a string

Important: This uses UTF-8 encoding as the result is a Rust String