Decoder

trait Decoder[T] extends ProductDecoder
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(data: Json, withDefaults: Boolean): Either[DecodeException, T]