pub fn nonversioned_encode<T>(val: &T) -> Result<Vec<u8>, Error>where
    T: Serialize + ?Sized,
Expand description

Serialize to MessagePacki, without versionning (see garage_util::migrate for functions that manage versionned data formats)