ListOutput
halotukozak.mcodec.ListOutput
trait ListOutput extends SequentialOutput
Attributes
- Source
- Output.scala
- Graph
-
- Supertypes
- Known subtypes
Members list
Value members
Abstract methods
Attributes
- Source
- Output.scala
Inherited methods
Attributes
- Inherited from:
- SequentialOutput
- Source
- Output.scala
Attributes
- Inherited from:
- SequentialOutput
- Source
- Output.scala
Attributes
- Inherited from:
- SequentialOutput
- Source
- Output.scala
Whether declareSize actually influences the output. Backends that ignore it (JSON) or back-patch the length (BSON) return false, letting a codec skip an otherwise-wasted pre-count pass; length-prefixed backends (CBOR) return true.
Whether declareSize actually influences the output. Backends that ignore it (JSON) or back-patch the length (BSON) return false, letting a codec skip an otherwise-wasted pre-count pass; length-prefixed backends (CBOR) return true.
Attributes
- Inherited from:
- SequentialOutput
- Source
- Output.scala
Inherited and Abstract methods
Attributes
- Inherited from:
- SequentialOutput
- Source
- Output.scala
In this article