Package

upickle

implicits

Permalink

package implicits

Visibility
  1. Public
  2. All

Type Members

  1. trait Generated extends Types

    Permalink

    Auto-generated picklers and unpicklers, used for creating the 22 versions of tuple-picklers and case-class picklers

  2. trait LowPriWriters extends Types

    Permalink

    This needs to be split into a separate trait due to https://github.com/scala/bug/issues/11768

  3. trait MacroImplicits extends MacrosCommon

    Permalink
  4. trait MacrosCommon extends AnyRef

    Permalink
  5. trait Readers extends Types with Generated with ReadersVersionSpecific

    Permalink
  6. trait ReadersVersionSpecific extends MacroImplicits

    Permalink
  7. trait Writers extends Types with Generated with WritersVersionSpecific with LowPriWriters

    Permalink
  8. trait WritersVersionSpecific extends MacroImplicits

    Permalink
  9. case class key(s: String) extends Annotation with StaticAnnotation with Product with Serializable

    Permalink

Value Members

  1. object MacroImplicits

    Permalink

    Stupid hacks to work around scalac not forwarding macro type params properly

  2. package internal

    Permalink

Ungrouped