Packages

c

com.avsystem.commons.serialization

HasGenCodecWithDeps

abstract class HasGenCodecWithDeps[D, T] extends AnyRef

A version of HasGenCodec which injects additional implicits into macro materialization. Implicits are imported from an object specified with type parameter D. It must be a singleton object type, i.e. SomeObject.type.

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

Instance Constructors

  1. new HasGenCodecWithDeps()(implicit deps: ValueOf[D], macroCodec: MacroInstances[D, () ⇒ GenCodec[T]])

Value Members

  1. implicit val codec: GenCodec[T]