Writes a Map into the buffer
map
@override void writeMap(Map map) { _writeMapHeader(this, map); _writeMapBody(this, map); }