Packages

c

com.avsystem.commons.serialization

HasGenObjectCodecWithDeps

abstract class HasGenObjectCodecWithDeps[D, T] extends AnyRef

A version of HasGenObjectCodec 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. HasGenObjectCodecWithDeps
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

  1. implicit val codec: GenObjectCodec[T]