Package

scala.pickling

generator

Permalink

package generator

Visibility
  1. Public
  2. All

Type Members

  1. class CaseClassPickling extends PicklingAlgorithm

    Permalink

    this algorithm inspects symbols to determine if we have a scala case class, and generates the pickling code for it.

    this algorithm inspects symbols to determine if we have a scala case class, and generates the pickling code for it.

    This ONLY handles case-class types, it will not handle ADTS, but can generate code for non-final case classes.

  2. trait IsIgnoreCaseClassSubclasses extends AnyRef

    Permalink

Value Members

  1. package opts

    Permalink

    This gives us all of our generator options.

Ungrouped