pub fn restore_stored_objects(od: &[ODEntry<'_>], stored_data: &[u8])Expand description
Load values of objects previously persisted in serialized format
ยงArguments
od: The object dictionary where objects will be updatedstored_data: A slice of bytes, as previously provided to the store_objects callback.