Function bitcode::deserialize

source ·
pub fn deserialize<T>(bytes: &[u8]) -> Result<T, Error>
Expand description

Deserializes a &[u8] into an instance of T: Deserialize.

Warning: The format is incompatible with encode and subject to change between versions.