Packages

package codec

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ConfiguredAsObjectCodec[A] extends DerivedAsObjectCodec[A] with ExtrasDecoder[A]
    Annotations
    @implicitNotFound( ... )
  2. abstract class EnumerationCodec[A] extends Codec[A]
    Annotations
    @implicitNotFound( ... )
  3. 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( ... )
  4. abstract class UnwrappedCodec[A] extends Codec[A]
    Annotations
    @implicitNotFound( ... )

Ungrouped