Function Encoder.writeMapEnd

Call this method to terminate the inner-most, currently-opened map. See [writeArrayStart] for more details.

abstract void writeMapEnd() @safe;

Throws

- AvroTypeException If items written does not match count provided to [writeMapStart] - AvroTypeException If not currently inside a map