Function Encoder.writeString
Write a Unicode character string.
abstract void writeString
(
string str
) @safe;
Throws
AvroTypeException If this is a stateful writer and a char-string is not expected
Write a Unicode character string.
abstract void writeString
(
string str
) @safe;
AvroTypeException If this is a stateful writer and a char-string is not expected