pub trait SerializeMetadata { // Required method fn serialize(&self) -> VortexResult<Option<ByteBuffer>>; }