pub fn serialize<T>(value: &T, format: Format) -> Result<String, String>where T: Serialize,
Serialize the specified value into a string.
value