JsonFormat

scalapb.ujson.JsonFormat$
See theJsonFormat companion class
object JsonFormat extends JsonFormat

The default instance.

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Inherited classlikes

object Writer extends Transformer[GeneratedMessage]

Attributes

Inherited from:
JsonFormat
Graph
Supertypes
trait Transformer[GeneratedMessage]
class Object
trait Matchable
class Any

Value members

Inherited methods

def read[A <: GeneratedMessage](json: Readable)(using companion: GeneratedMessageCompanion[A]): A

Attributes

Inherited from:
JsonFormat
def write(message: GeneratedMessage, indent: Int, escapeUnicode: Boolean): String

Attributes

Inherited from:
JsonFormat
def writeTo(message: GeneratedMessage, out: Writer, indent: Int, escapeUnicode: Boolean): Unit

Attributes

Inherited from:
JsonFormat
def writeToByteArray(message: GeneratedMessage, indent: Int, escapeUnicode: Boolean): Array[Byte]

Attributes

Inherited from:
JsonFormat
def writeToJson(message: GeneratedMessage, indent: Int, escapeUnicode: Boolean): Value

Attributes

Inherited from:
JsonFormat
def writeToOutputStream(message: GeneratedMessage, out: OutputStream, indent: Int, escapeUnicode: Boolean): Unit

Attributes

Inherited from:
JsonFormat

Inherited fields

Attributes

Inherited from:
JsonFormat

Attributes

Inherited from:
JsonFormat

Attributes

Inherited from:
JsonFormat