PicklerHelper

class Object
trait Matchable
class Any

Type members

Types

protected type P[A] = Pickler[A]

Value members

Concrete methods

protected def read[A](implicit state: UnpickleState, u: Pickler[A]): A

Helper function to unpickle a type

Helper function to unpickle a type

protected def write[A](value: A)(implicit state: PickleState, p: Pickler[A]): Unit

Helper function to write pickled types

Helper function to write pickled types