package codec
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- abstract class ConfiguredAsObjectCodec[A] extends DerivedAsObjectCodec[A] with ExtrasDecoder[A]
- Annotations
- @implicitNotFound()
- abstract class EnumerationCodec[A] extends Codec[A]
- Annotations
- @implicitNotFound()
- abstract class ReprAsObjectCodec[A] extends ReprDecoder[A] with ReprAsObjectEncoder[A]
A codec for a generic representation of a case class or ADT.
A codec for a generic representation of a case class or ADT.
Note that users typically will not work with instances of this class.
- Annotations
- @implicitNotFound()
- abstract class UnwrappedCodec[A] extends Codec[A]
- Annotations
- @implicitNotFound()
Value Members
- object ConfiguredAsObjectCodec extends Serializable
- object EnumerationCodec extends Serializable
- object ReprAsObjectCodec extends Serializable
- object UnwrappedCodec extends Serializable