Package

sigmastate.serialization

trees

Permalink

package trees

Visibility
  1. Public
  2. All

Type Members

  1. case class QuadrupleSerializer[S1 <: SType, S2 <: SType, S3 <: SType, S4 <: SType](opDesc: QuadrupleCompanion, cons: (Value[S1], Value[S2], Value[S3]) ⇒ Value[S4]) extends ValueSerializer[Quadruple[S1, S2, S3, S4]] with Product with Serializable

    Permalink
  2. case class Relation2Serializer[S1 <: SType, S2 <: SType, R <: Value[SBoolean.type]](opDesc: RelationCompanion, constructor: (Value[S1], Value[S2]) ⇒ Value[SBoolean.type]) extends ValueSerializer[R] with Product with Serializable

    Permalink

Ungrouped