fn handle_first_serialization<W>( dest: &mut W, is_first_serialization: &mut bool, ) -> Resultwhere W: Write,
Potentially appends whitespace after the first (property: value;) pair.