Function bincode::deserialize
[−]
[src]
pub fn deserialize<'a, T>(bytes: &'a [u8]) -> Result<T> where
T: Deserialize<'a>,
Deserializes a slice of bytes into an object.
This method does not have a size-limit because if you already have the bytes in memory, then you don't gain anything by having a limiter.