263264265266267268269270271272273
{ super.close(); if (isEnabled(JsonGenerator.Feature.AUTO_CLOSE_JSON_CONTENT)) { AvroWriteContext ctxt; while ((ctxt = _avroContext) != null) { if (ctxt.inArray()) { writeEndArray(); } else if (ctxt.inObject()) { writeEndObject(); } else { break;