Packages

t

com.avsystem.commons.serialization

RecursiveAutoCodecs

trait RecursiveAutoCodecs extends AnyRef

Self Type
GenCodec.type
Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RecursiveAutoCodecs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. implicit macro def materializeImplicitly[T](implicit allow: AllowImplicitMacro[GenCodec[T]]): GenCodec[T]

    INTERNAL API.

    INTERNAL API. Should not be used directly.

  2. macro def materializeRecursively[T]: GenCodec[T]

    Like materialize, but descends into types that T is made of (e.g.

    Like materialize, but descends into types that T is made of (e.g. case class field types).