pub fn from_partial_bytes_with_opt<'a, T>( de: BytesDeserializer<'a>, ) -> Result<T>where T: Deserialize<'a>,
Parse binary data as the type specified in the partial generics with custom BytesDeserializer settings.
BytesDeserializer
e.g. one class, 3 booleans, [u32; 10],
[u32; 10]
Fail to parse bytes.
If pointer types are included, it is impossible to deserialize correctly because fixups information is required.