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. val MaxArrayLength: Int

    Permalink

    Maximum length of a serializable collection.

    Maximum length of a serializable collection.

    Definition Classes
    SigmaSerializerCompanion
  5. def addArgInfo[T](prop: DataInfo[T]): Unit

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

    Permalink
  7. final def asInstanceOf[T0]: T0

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

    Permalink
  9. def clone(): AnyRef

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

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

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

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

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

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

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

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

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

    Permalink
  19. def hashCode(): Int

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

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

    Permalink
    Definition Classes
    AnyRef
  22. final def newArray[A](len: Int)(implicit tA: ClassTag[A]): Array[A]

    Permalink

    Allocates a new array with len items of type A.

    Allocates a new array with len items of type A.

    Definition Classes
    SigmaSerializerCompanion
  23. final def notify(): Unit

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

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

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

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

    Permalink
  28. val otherwiseCondition: String

    Permalink
  29. def printSerInfo(): String

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

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

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

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

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

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

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

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

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

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

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

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped