[][src]Function bincode::serialize

pub fn serialize<T: ?Sized>(value: &T) -> Result<Vec<u8>> where
    T: Serialize

Serializes a serializable object into a Vec of bytes using the default configuration.