Reader

@implicitNotFound("No JSON deserializer found for type ${T}. Try to implement an implicit Reader or JsonFormat for this type.") trait Reader[T]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def read(value: JValue): T