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
    @HotSpotIntrinsicCandidate() @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. final def fromBytes(bytes: Array[Byte]): Value[SType]

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  14. def getComplexity: Int

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  19. val numBitsInfo: DataInfo[Vlq[U[Short]]]

    Permalink
  20. 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()
  21. def opDesc: ConcreteCollectionBooleanConstant.type

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

    Permalink

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

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

    Permalink

    Wraps the given reader in SigmaByteReader and delegates to parse.

    Wraps the given reader in SigmaByteReader and delegates to parse. NOTE: it is used in spam tests.

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

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

    Permalink

    Wraps the given writer in SigmaByteWriter and delegates to serialize.

    Wraps the given writer in SigmaByteWriter and delegates to serialize. NOTE: it is used in spam tests.

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

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

    Permalink
    Definition Classes
    SigmaSerializer
  29. final def wait(arg0: Long, arg1: Int): Unit

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

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

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

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 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