Package

io.circe.generic

decoding

Permalink

package decoding

Visibility
  1. Public
  2. All

Type Members

  1. abstract class DerivedDecoder[A] extends Decoder[A]

    Permalink
  2. abstract class ReprDecoder[A] extends Decoder[A]

    Permalink

    A decoder for a generic representation of a case class or ADT.

    A decoder for a generic representation of a case class or ADT.

    Note that users typically will not work with instances of this class.

Value Members

  1. object DerivedDecoder extends IncompleteDerivedDecoders with Serializable

    Permalink
  2. object ReprDecoder extends Serializable

    Permalink

Ungrouped