pub fn to_string<T: Serialize>( value: &T, ) -> Result<String, JsonSerializationError>
Serialize a value of type T to a string.
T