JsonObjectOutput
halotukozak.mcodec.JsonObjectOutput
final class JsonObjectOutput(sb: StringBuilder) extends ObjectOutput
Attributes
- Source
- JsonOutput.scala
- Graph
-
- Supertypes
Members list
Value members
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
In this article