pub fn store(object: &Object) -> ValueExpand description
Build a live StoredObject row from a canonical Object.
BCS-encode failures here would indicate either OOM or a bug in
the type’s Serialize impl; we panic rather than thread a
Result through every call site.