serde::json

Function to_bytes

source
pub fn to_bytes<T: Serialize>(
    value: &T,
) -> Result<Vec<u8>, JsonSerializationError>
Expand description

Serialize a value of type T to bytes.