upickle
Implicit Reader
s and Writer
s for refined types using uPickle.
Attributes
- Source
- upickle.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
upickle.type
Members list
Givens
Givens
A Reader
for refined types using uPickle. Decodes to the underlying type then checks the constraint.
A Reader
for refined types using uPickle. Decodes to the underlying type then checks the constraint.
Value parameters
- constraint
-
the
Constraint
implementation to test the decoded value. - reader
-
the
Reader
of the underlying type.
Attributes
- Source
- upickle.scala
A uPickle Reader
based on refined type mirrors.
A uPickle Reader
based on refined type mirrors.
Value parameters
- ev
-
the underlying
Reader
for the iron type. - mirror
-
the type mirror for refined types.
Attributes
- Source
- upickle.scala
A Writer
instance for refined types using uPickle. This is essentially the underlying type Writer
.
A Writer
instance for refined types using uPickle. This is essentially the underlying type Writer
.
Value parameters
- writer
-
the
Writer
of the underlying type.
Attributes
- Source
- upickle.scala
A uPickle Writer
based on refined type mirrors.
A uPickle Writer
based on refined type mirrors.
Value parameters
- ev
-
the underlying
Writer
for the iron type. - mirror
-
the type mirror for refined types.
Attributes
- Source
- upickle.scala