to_vec

Function to_vec 

Source
pub fn to_vec<T>(data: &T) -> VmResult<Vec<u8>>
where T: Serialize + ?Sized,