pub fn write_message<W, T>(w: &mut W, msg: &T) -> Result<()>where W: Write, T: Serialize,
Write a length-prefixed JSON message to a stream.