scala3encoders.derivation.Deserializer$
See theDeserializer companion trait
object Deserializer
Attributes
- Companion:
- trait
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Self type
- Deserializer.type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Attributes
- Graph
- Supertypes
- Self type
Givens
Givens
inline given deriveSeq[F[_], T](using d: Deserializer[T], ct: ClassTag[T])(using F[T] <:< Seq[T]): Deserializer[F[T]]
inline given derivedMap[K, V](using kd: Deserializer[K], vd: Deserializer[V], ct: ClassTag[Map[K, V]]): Deserializer[Map[K, V]]