Function vector::config::format::serialize

source ยท
pub fn serialize<T>(value: &T, format: Format) -> Result<String, String>
where T: Serialize,
Expand description

Serialize the specified value into a string.