Function Encoder.writeLong
Write a 64-bit integer.
abstract void writeLong
(
long n
) @safe;
Throws
AvroTypeException If this is a stateful writer and a long is not expected
Write a 64-bit integer.
abstract void writeLong
(
long n
) @safe;
AvroTypeException If this is a stateful writer and a long is not expected