Pickler

com.digitalasset.transcode.schema.Pickler
object Pickler extends PicklerHelper

Attributes

Graph
Supertypes
trait PicklerHelper
class Object
trait Matchable
class Any
Self type
Pickler.type

Members list

Type members

Classlikes

object ConstructorPickler extends Pickler[Constructor]

Attributes

Supertypes
trait Pickler[Constructor]
class Object
trait Matchable
class Any
Self type

Inherited types

protected type P[A] = Pickler[A]

Attributes

Inherited from:
PicklerHelper

Value members

Inherited methods

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

Helper function to unpickle a type

Helper function to unpickle a type

Attributes

Inherited from:
PicklerHelper
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

Attributes

Inherited from:
PicklerHelper