pub fn deserialize(data: &[u8]) -> Result<Object, MkitError>
Deserialize bytes into an owned Object. Validates the prologue and every per-type bound; rejects trailing data.
Object