o

scalapb_playjson

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. All

Value Members

  1. def jsObjectToStruct(obj: JsObject): Struct
  2. def listValueParser(v: JsValue): ListValue
  3. def listValueWriter(v: ListValue): JsArray
  4. def nullValueParser(v: JsValue): NullValue
  5. def nullValueWriter(v: NullValue): JsValue
  6. def structParser(v: JsValue): Struct
  7. def structValueParser(v: JsValue): Value
  8. def structValueWriter(v: Value): JsValue
  9. def structWriter(v: Struct): JsValue