serde_brief

Function to_vec_with_config

source
pub fn to_vec_with_config<T>(value: &T, config: Config) -> Result<Vec<u8>>
where T: Serialize,
Expand description

Serialize a type into a Vec of bytes using the given configuration.