pub(crate) fn serialize_with_format<T>( value: &T, format: Format, ) -> Result<Vec<u8>>where T: Serialize,