upickle
Implicit Readers and Writers for refined types using uPickle.
Attributes
- Source
- upickle.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
upickle.type
Members list
Givens
Givens
A uPickle Reader based on refined type mirrors.
A uPickle Reader based on refined type mirrors.
Value parameters
- ev
-
the underlying
Readerfor the iron type. - mirror
-
the type mirror for refined types.
Attributes
- Source
- upickle.scala
A uPickle Writer based on refined subtype mirrors.
A uPickle Writer based on refined subtype mirrors.
Value parameters
- ev
-
the underlying
Writerfor the iron type. - mirror
-
the type mirror for refined types.
Attributes
- Source
- upickle.scala
Inherited 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
RuntimeConstraintimplementation to test the decoded value. - reader
-
the
Readerof the underlying type.
Attributes
- Inherited from:
- UPickleLowPriority (hidden)
- 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
Writerof the underlying type.
Attributes
- Inherited from:
- UPickleLowPriority (hidden)
- Source
- upickle.scala