Function Decoder.readFloat
Reads a float written by [Encoder.writeFloat].
abstract float readFloat() @safe;
Throws
AvroTypeException If this is a stateful reader and is not the type of the next value to be read.
Reads a float written by [Encoder.writeFloat].
abstract float readFloat() @safe;
AvroTypeException If this is a stateful reader and is not the type of the next value to be read.