Packages

package encoding

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. encoding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract class ConfiguredAsObjectEncoder[A] extends DerivedAsObjectEncoder[A]
  2. abstract class EnumerationEncoder[A] extends Encoder[A]
  3. trait ReprAsObjectEncoder[A] extends AsObject[A]

    An encoder for a generic representation of a case class or ADT.

    An encoder for a generic representation of a case class or ADT.

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

  4. abstract class UnwrappedEncoder[A] extends Encoder[A]
  5. type ConfiguredObjectEncoder[A] = ConfiguredAsObjectEncoder[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use ConfiguredAsObjectEncoder

  6. type ReprObjectEncoder[A] = ReprAsObjectEncoder[A]
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use ReprAsObjectEncoder

Deprecated Value Members

  1. val ConfiguredObjectEncoder: ConfiguredAsObjectEncoder.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use ConfiguredAsObjectEncoder

  2. val ReprObjectEncoder: ReprAsObjectEncoder.type
    Annotations
    @deprecated
    Deprecated

    (Since version 0.12.0) Use ReprAsObjectEncoder

Inherited from AnyRef

Inherited from Any

Ungrouped