pub fn unchecked_deserialize<T: DeserializeOwned>(
data: &[u8],
) -> Result<T, Error>Expand description
Performs a bincode deserialization without any checks of the data.
Important: This should only be used when deserializing from local storage.