restore_stored_objects

Function restore_stored_objects 

Source
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 updated
  • stored_data: A slice of bytes, as previously provided to the store_objects callback.