pub fn to_vec_with_config<T>(value: &T, config: Config) -> Result<Vec<u8>>where T: Serialize,
Serialize a type into a Vec of bytes using the given configuration.