writeNil method

void writeNil()

Implementation

void writeNil() {
  _bytesBuilder.addByte(MessagePackCode.nil);
}