Skip to main content

deserialize

Function deserialize 

Source
pub fn deserialize(data: &[u8]) -> Result<Object, MkitError>
Expand description

Deserialize bytes into an owned Object. Validates the prologue and every per-type bound; rejects trailing data.