Decodes the data as a string value.
@override String decodeString() { skipWhitespace(); return _readString(); }