pub fn to_vec<T>(value: &T) -> Result<Vec<u8>>where T: ?Sized + Serialize,
Serializes a value as BDF into a Vec.
Vec