Class

sigmastate.serialization

ConcreteCollectionBooleanConstantSerializer

Related Doc: package serialization

Permalink

case class ConcreteCollectionBooleanConstantSerializer(cons: (IndexedSeq[Value[SBoolean.type]], SBoolean.type) ⇒ Value[SCollection[SBoolean.type]]) extends ValueSerializer[ConcreteCollection[SBoolean.type]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ValueSerializer[ConcreteCollection[SBoolean.type]], SigmaSerializer[Value[SType], ConcreteCollection[SBoolean.type]], Serializer[Value[SType], ConcreteCollection[SBoolean.type], SigmaByteReader, SigmaByteWriter], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteCollectionBooleanConstantSerializer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ValueSerializer
  7. SigmaSerializer
  8. Serializer
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ConcreteCollectionBooleanConstantSerializer(cons: (IndexedSeq[Value[SBoolean.type]], SBoolean.type) ⇒ Value[SCollection[SBoolean.type]])

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. val bitsInfo: DataInfo[Bits]

    Permalink
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. val companion: ValueSerializer.type

    Permalink
    Definition Classes
    ValueSerializer
  8. lazy val complexity: Int

    Permalink
    Definition Classes
    ValueSerializer
  9. val cons: (IndexedSeq[Value[SBoolean.type]], SBoolean.type) ⇒ Value[SCollection[SBoolean.type]]

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

    Permalink
    Definition Classes
    AnyRef
  11. def error(msg: String): Nothing

    Permalink
    Definition Classes
    SigmaSerializer
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def fromBytes(bytes: Array[Byte]): Value[SType]

    Permalink
    Definition Classes
    SigmaSerializer
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getComplexity: Int

    Permalink
    Definition Classes
    ValueSerializer
  16. final def isInstanceOf[T0]: Boolean

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

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

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

    Permalink
    Definition Classes
    AnyRef
  20. val numBitsInfo: DataInfo[Vlq[U[Short]]]

    Permalink
  21. final def opCode: OpCode

    Permalink

    Code of the corresponding tree node (Value.opCode) which is used to lookup this serizalizer during deserialization.

    Code of the corresponding tree node (Value.opCode) which is used to lookup this serizalizer during deserialization. It is emitted immediately before the body of this node in serialized byte array.

    Definition Classes
    ValueSerializer
    Annotations
    @inline()
  22. def opDesc: ConcreteCollectionBooleanConstant.type

    Permalink
  23. def parse(r: SigmaByteReader): Value[SCollection[SBoolean.type]]

    Permalink

    Definition Classes
    ConcreteCollectionBooleanConstantSerializer → Serializer
  24. def parseTry(r: SigmaByteReader): Try[Value[SType]]

    Permalink
    Definition Classes
    Serializer
  25. def parseWithGenericReader(r: Reader)(implicit vs: SigmaValidationSettings): Value[SType]

    Permalink
    Definition Classes
    SigmaSerializer
  26. def serialize(cc: ConcreteCollection[SBoolean.type], w: SigmaByteWriter): Unit

    Permalink
    Definition Classes
    ConcreteCollectionBooleanConstantSerializer → Serializer
  27. def serializeWithGenericWriter(obj: ConcreteCollection[SBoolean.type], w: Writer): Unit

    Permalink
    Definition Classes
    SigmaSerializer
  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  29. final def toBytes(obj: ConcreteCollection[SBoolean.type]): Array[Byte]

    Permalink
    Definition Classes
    SigmaSerializer
  30. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Serializer[Value[SType], ConcreteCollection[SBoolean.type], SigmaByteReader, SigmaByteWriter]

Inherited from AnyRef

Inherited from Any

Ungrouped