Function Encoder.writeArrayEnd

Call this method to finish writing an array. See {@link #writeArrayStart} for usage information.

abstract void writeArrayEnd() @safe;

Throws

- AvroTypeException If items written does not match count provided to [writeArrayStart]. - AvroTypeException If not currently inside an array