Function Decoder.readString

Reads a char-string written by [Encoder.writeString].

abstract string readString() @safe;

Throws

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