JsonObjectOutput

mcodec.JsonObjectOutput
final class JsonObjectOutput(sb: StringBuilder) extends ObjectOutput

Attributes

Source
JsonOutput.scala
Graph
Supertypes
trait ObjectOutput
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def finish(): Unit

Attributes

Source
JsonOutput.scala
def writeField(key: String): Output

Attributes

Source
JsonOutput.scala

Inherited methods

def declareSize(size: Int): Unit

Attributes

Inherited from:
SequentialOutput
Source
Output.scala
def hasMarker(marker: Marker): Boolean

Attributes

Inherited from:
SequentialOutput
Source
Output.scala
def knownSize: Int

Attributes

Inherited from:
SequentialOutput
Source
Output.scala