scala.pickling
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.
This gives us all of our generator options.
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.