Class

sigmastate.serialization

ConcreteCollectionSerializer

Related Doc: package serialization

Permalink

case class ConcreteCollectionSerializer(cons: (IndexedSeq[Value[SType]], SType) ⇒ Value[SCollection[SType]]) extends ValueSerializer[ConcreteCollection[_ <: SType]] with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ValueSerializer[ConcreteCollection[_ <: SType]], SigmaSerializer[Value[SType], ConcreteCollection[_ <: SType]], Serializer[Value[SType], ConcreteCollection[_ <: SType], SigmaByteReader, SigmaByteWriter], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConcreteCollectionSerializer
  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 ConcreteCollectionSerializer(cons: (IndexedSeq[Value[SType]], SType) ⇒ Value[SCollection[SType]])

    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. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ValueSerializer
  7. lazy val complexity: Int

    Permalink
    Definition Classes
    ValueSerializer
  8. val cons: (IndexedSeq[Value[SType]], SType) ⇒ Value[SCollection[SType]]

    Permalink
  9. val elementTypeInfo: DataInfo[SType]

    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. val itemInfo: DataInfo[SValue]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  21. val numItemsInfo: DataInfo[Vlq[U[Short]]]

    Permalink
  22. 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()
  23. val opDesc: ConcreteCollection.type

    Permalink
  24. def parse(r: SigmaByteReader): Value[SCollection[SType]]

    Permalink

    HOTSPOT: don't beautify this code

    HOTSPOT: don't beautify this code

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

    Permalink
    Definition Classes
    Serializer
  26. 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
  27. def serialize(cc: ConcreteCollection[_ <: SType], w: SigmaByteWriter): Unit

    Permalink
    Definition Classes
    ConcreteCollectionSerializer → Serializer
  28. def serializeWithGenericWriter(obj: ConcreteCollection[_ <: SType], 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
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. final def toBytes(obj: ConcreteCollection[_ <: SType]): Array[Byte]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. 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 ValueSerializer[ConcreteCollection[_ <: SType]]

Inherited from Serializer[Value[SType], ConcreteCollection[_ <: SType], SigmaByteReader, SigmaByteWriter]

Inherited from AnyRef

Inherited from Any

Ungrouped