BasicDecoder

trait BasicDecoder[T] extends Decoder[T]

A BasicDecoder is one that does not require the Schema.

A BasicDecoder is one that does not require the Schema.

trait Decoder[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(value: Any): T

Concrete methods

override def decode(schema: Schema): Any => T
Definition Classes

Inherited methods

final def map[U](f: T => U): Decoder[U]
Inherited from
Decoder