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
    @HotSpotIntrinsicCandidate() @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 foreach[T](sizeVar: String, seq: Seq[T])(f: (T) ⇒ Unit): Unit

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

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

    Permalink
  17. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  21. final def notifyAll(): Unit

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

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

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

    Permalink
  25. val otherwiseCondition: String

    Permalink
  26. def printSerInfo(): String

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(): Unit

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

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped