Function Encoder.writeNull

"Writes" a null value. (Doesn't actually write anything, but advances the state of the parser if this class is stateful.)

abstract void writeNull() @safe;

Throws

AvroTypeException If this is a stateful writer and a null is not expected