fn resolve_string(v: &Value) -> Result<Option<String>>
Reads an Avro value as a string, regardless of its type. This is useful if the expected datatype is a string, in which case we preserve all the values regardless of they type.