o

scalapb_argonaut

StructFormat

object StructFormat

Source
StructFormat.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. StructFormat
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def listValueParser(v: Json): ListValue
  2. def listValueParser(v: argonaut.Json.JsonArray): ListValue
  3. def listValueWriter(v: ListValue): argonaut.Json.JsonArray
  4. def nullValueParser(v: Json): NullValue
  5. def structParser(v: Json): Struct
  6. def structParser(v: JsonObject): Struct
  7. def structValueParser(v: Json): Value
  8. def structValueWriter(v: Value): Json
  9. def structWriter(v: Struct): Json