pub fn deserialize_slice_with_config<'a, T: Serializable<'a>>(
slice: &'a [u8],
config: ReadConfig,
) -> ReadResult<T>Expand description
Deserialize an object from the given slice with the given ReadConfig. See ReadConfig for information on the options.