kantan.codecs.Encoder
See theEncoder companion object
trait Encoder[E, D, T] extends Serializable
Type class for types that can be encoded into others.
Type parameters
- D
-
decoded type - what to encode from.
- E
-
encoded type - what to encode to.
- T
-
tag type.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
Members list
In this article