e.scala.codec
package e.scala.codec
Members list
Type members
Classlikes
Typeclass defining decoding and encoding together via e.scala.codec.Decoder and e.scala.codec.Encoder
Typeclass defining decoding and encoding together via e.scala.codec.Decoder and e.scala.codec.Encoder
Type parameters
- S
-
Type of source
- T
-
Type of target
Attributes
- Companion
- object
- Supertypes
object Codec
Helper trait creating a e.scala.codec.Codec implementation of a third-party type
Helper trait creating a e.scala.codec.Codec implementation of a third-party type
Type parameters
- DE
-
Decoder type
- EN
-
Encoder type
- T
-
Target type
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Typeclass defining how to decode an input value to an output value, possibly failing with E
Typeclass defining how to decode an input value to an output value, possibly failing with E
Type parameters
- I
-
Type of input
- O
-
Type of output
Attributes
- See also
- Companion
- object
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object Decoder
In this article