JsonSupport

class Object
trait Matchable
class Any

Type members

Classlikes

object GenericRecordEncoder extends Encoder[GenericRecord]
case
class UnexpectedInput(input: Any) extends Exception
object anyToJson

Functions for turning stuff into json

Functions for turning stuff into json

Functions for turning stuff into strings

Functions for turning stuff into strings

Value members

Concrete methods

def fold[A](onBytes: Array[Byte] => A, onString: String => A, onRecord: GenericRecord => A, onJson: Json => A, onOther: Any => A): Any => A