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
  2. type ChildrenMap = ArrayBuffer[(String, Scope)]
  3. case class DataScope(parent: Scope, data: DataInfo[_]) extends Scope with Product with Serializable
  4. case class ForScope(parent: Scope, name: String, limitVar: String, children: ChildrenMap) extends Scope with Product with Serializable
  5. case class OptionScope(parent: Scope, name: String, children: ChildrenMap) extends Scope with Product with Serializable
  6. case class OptionalScope(parent: Scope, name: String, children: ChildrenMap) extends Scope with Product with Serializable
  7. trait Scope extends AnyRef
  8. case class SerScope(opCode: OpCode, children: ChildrenMap) extends Scope with Product with Serializable
  9. type Tag = Byte with supertagged.Tag[Byte, OpCodes.OpCode.Tag]
  10. case class WhenScope(parent: Scope, pos: Int, condition: String, children: ChildrenMap) extends Scope with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addArgInfo[T](prop: DataInfo[T]): Unit
  5. def addSerializer(opCode: OpCode, ser: ValueSerializer[_ <: Value[SType]]): Unit
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def cases(matchExpr: String)(block: ⇒ Unit): Unit
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. val collectSerInfo: Boolean
  10. def deserialize(bytes: Array[Byte], pos: Position = 0): Value[SType]
  11. def deserialize(r: SigmaByteReader): Value[SType]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    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
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def getSerializer(opCode: OpCode): ValueSerializer[_ <: Value[SType]]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def opt[T](w: SigmaByteWriter, name: String, o: Option[T])(f: (SigmaByteWriter, T) ⇒ Unit): Unit
  24. def optional(name: String)(block: ⇒ Unit): Unit
  25. def otherwise(block: ⇒ Unit): Unit
  26. val otherwiseCondition: String
  27. def printSerInfo(): String
  28. def removeSerializer(opCode: OpCode): Unit
  29. def serialize(v: Value[SType]): Array[Byte]
  30. def serialize(v: Value[SType], w: SigmaByteWriter): Unit
  31. val serializerInfo: Map[OpCode, SerScope]
  32. val serializers: SparseArrayContainer[ValueSerializer[_ <: Value[SType]]]
  33. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  38. def when(pos: Int, condition: String)(block: ⇒ Unit): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped