writeMap abstract method

void writeMap(
  1. Map map
)

Writes a Map into the buffer

  • map: the value to write

Implementation

void writeMap(Map map);