pub fn serial_string<R>(s: &str, out: &mut R)where R: Buffer,
Write a string directly to the provided sink (without encoding its length). The string is utf8 encoded.