Packages

c

com.avsystem.commons.serialization

HasApplyUnapplyCodec

abstract class HasApplyUnapplyCodec[T] extends AnyRef

Like HasGenCodec but materializes an ApplyUnapplyCodec instead of just GenCodec.

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

Instance Constructors

  1. new HasApplyUnapplyCodec()(implicit macroCodec: MacroInstances[Unit, () ⇒ ApplyUnapplyCodec[T]])

Value Members

  1. implicit val codec: ApplyUnapplyCodec[T]