A dynamic pickler for type T
.
Exception thrown when a stream ends unexpectedly during unpickling.
A builder of pickled content.
A reader of pickled content.
Appends the pickle/pickleTo/pickleInto operations onto any type, assuming implicits picklers are available.
Exception thrown when the pickling or unpickling process fails.
A static pickler for type T
.
This is something which knowns how to reconstitute/materialize a type out of a pickle reader.
Import scala.pickling.Defaults._
to introduce all picklers and ops.