Object/Class

sigmastate.serialization

ValueSerializer

Related Docs: class ValueSerializer | package serialization

Permalink

object ValueSerializer extends SigmaSerializerCompanion[Value[SType]]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueSerializer
  2. SigmaSerializerCompanion
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class CasesScope(parent: Scope, matchExpr: String, children: ChildrenMap) extends Scope with Product with Serializable

    Permalink
  2. type ChildrenMap = ArrayBuffer[(String, Scope)]

    Permalink
  3. case class DataScope(parent: Scope, data: DataInfo[_]) extends Scope with Product with Serializable

    Permalink
  4. case class ForScope(parent: Scope, name: String, limitVar: String, children: ChildrenMap) extends Scope with Product with Serializable

    Permalink
  5. case class OptionScope(parent: Scope, name: String, children: ChildrenMap) extends Scope with Product with Serializable

    Permalink
  6. case class OptionalScope(parent: Scope, name: String, children: ChildrenMap) extends Scope with Product with Serializable

    Permalink
  7. trait Scope extends AnyRef

    Permalink
  8. case class SerScope(opCode: OpCode, children: ChildrenMap) extends Scope with Product with Serializable

    Permalink
  9. type Tag = Byte with supertagged.Tag[Byte, OpCodes.OpCode.Tag]

    Permalink
  10. case class WhenScope(parent: Scope, pos: Int, condition: String, children: ChildrenMap) extends Scope with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addArgInfo[T](prop: DataInfo[T]): Unit

    Permalink
  5. def addSerializer(opCode: OpCode, ser: ValueSerializer[_ <: Value[SType]]): Unit

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def cases(matchExpr: String)(block: ⇒ Unit): Unit

    Permalink
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val collectSerInfo: Boolean

    Permalink
  10. def deserialize(bytes: Array[Byte], pos: Position = 0): Value[SType]

    Permalink
  11. def deserialize(r: SigmaByteReader): Value[SType]

    Permalink
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def foreach[T](sizeVar: String, seq: Seq[T])(f: (T) ⇒ Unit): Unit

    Permalink
  16. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  17. def getSerializer(opCode: OpCode): ValueSerializer[_ <: Value[SType]]

    Permalink
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def opt[T](w: SigmaByteWriter, name: String, o: Option[T])(f: (SigmaByteWriter, T) ⇒ Unit): Unit

    Permalink
  24. def optional(name: String)(block: ⇒ Unit): Unit

    Permalink
  25. def otherwise(block: ⇒ Unit): Unit

    Permalink
  26. val otherwiseCondition: String

    Permalink
  27. def printSerInfo(): String

    Permalink
  28. def removeSerializer(opCode: OpCode): Unit

    Permalink
  29. def serialize(v: Value[SType]): Array[Byte]

    Permalink
  30. def serialize(v: Value[SType], w: SigmaByteWriter): Unit

    Permalink
  31. val serializerInfo: Map[OpCode, SerScope]

    Permalink
  32. val serializers: SparseArrayContainer[ValueSerializer[_ <: Value[SType]]]

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def when(pos: Int, condition: String)(block: ⇒ Unit): Unit

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped