This repository holds two pickling examples.
The simple example is taken from the pickling repository. It can be run with the following command:
activator "run-main de.scala_bs.wille.pickling.sample.SimpleSample"
The second example illustrates Pickle's Unanticipated Evolution feature. It introduces two new case classes and pickles them (no configuration or further coding needed!). It can be run by typing:
activator "run-main de.scala_bs.wille.pickling.sample.ExtendedSample"