LowPriorityDefaultReads

play.api.libs.json.LowPriorityDefaultReads

Low priority reads.

This exists as a compiler performance optimization, so that the compiler doesn't have to rule them out when DefaultReads provides a simple match.

See https://github.com/playframework/playframework/issues/4313 for more details.

Attributes

Graph
Supertypes
trait EnvReads
class Object
trait Matchable
class Any
Known subtypes
trait DefaultReads
object Reads.type

Members list

Value members

Inherited methods

protected def parseBigDecimal(input: String): JsResult[BigDecimal]

Attributes

Inherited from:
EnvReads
protected def parseBigInteger(input: String): JsResult[BigInteger]

Attributes

Inherited from:
EnvReads

Implicits

Implicits

implicit def keyMapReads[K : KeyReads, V](implicit evidence$12: KeyReads[K], fmtv: Reads[V]): Reads[Map[K, V]]
implicit def traversableReads[F[_], A](implicit bf: Factory[A, F[A]], ra: Reads[A]): Reads[F[A]]

Generic deserializer for collections types.

Generic deserializer for collections types.

Attributes