Packages

abstract class HasGenCodec[T] extends AnyRef

Convenience abstract class for companion objects of types that have a GenCodec. There are many other flavors of this base companion class. For example, if you want to inject additional implicits into GenCodec materialization, you can use HasGenCodecWithDeps, for parameterized data types you can use HasPolyGenCodec, etc.

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

Instance Constructors

  1. new HasGenCodec()(implicit macroCodec: MacroInstances[Unit, () ⇒ GenCodec[T]])

Value Members

  1. implicit val codec: GenCodec[T]