Function abstutil::to_binary [−][src]
pub fn to_binary<T: Serialize>(obj: &T) -> Vec<u8>
Expand description
Transforms an object to bincoded bytes.
pub fn to_binary<T: Serialize>(obj: &T) -> Vec<u8>
Transforms an object to bincoded bytes.