scala.pickling.generator
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.
Attempts to construct pickling logic fora given type.
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.