Function Encoder.writeFloat
Write a float.
abstract void writeFloat
(
float f
) @safe;
Throws
AvroTypeException If this is a stateful writer and a float is not expected
Write a float.
abstract void writeFloat
(
float f
) @safe;
AvroTypeException If this is a stateful writer and a float is not expected