Function Decoder.readNull

"Reads" a null value. (Doesn't actually read anything, but advances the state of the parser if the implementation is stateful.)

abstract void readNull() @safe;

Throws

[AvroTypeException] If this is a stateful reader and null is not the type of the next value to be read