UTF8Decoder
com.sksamuel.avro4s.decoders.UTF8Decoder
object UTF8Decoder extends Decoder[Utf8]
A Decoder for UTF8 that pattern matches on the incoming type to decode.
The schema is not used, meaning this decoder is forgiving of types that do not conform to the schema, but are nevertheless useable.
Attributes
- Graph
-
- Supertypes
- Self type
-
UTF8Decoder.type
Members list
In this article