Function Decoder.readDouble

Reads a double written by [Encoder.writeDouble].

abstract double readDouble() @safe;

Throws

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