pub fn serialize_row<W: Write>(row: &Row, writer: &mut W) -> Result<()>
Serialize a row to the writer
Format: [num_values: u16] [value1] [value2] …