pub fn encode_sequence<T: Serialize>( values: &[T], format: ContentFormat, ) -> Result<String>
Encode portable content as a reviewable sequence.