pub fn to_bytes<T: Serialize>( value: &T, ) -> Result<Vec<u8>, JsonSerializationError>
Serialize a value of type T to bytes.
T