pub fn serialize<S: Serializer>( bytes: &Vec<u8>, serializer: S, ) -> Result<S::Ok, S::Error>
Serializes a Vec<u8> into a UTF-8 string
Vec<u8>