scalapb_playjson

package scalapb_playjson

Visibility
  1. Public
  2. All

Type Members

  1. case class FormatRegistry(messageFormatters: Map[Class[_], Formatter[_]] = ..., enumFormatters: Map[EnumDescriptor, Formatter[EnumValueDescriptor]] = ..., registeredCompanions: Seq[GenericCompanion] = collection.this.Seq.empty[Nothing]) extends Product with Serializable

  2. case class Formatter[T](writer: (Printer, T) ⇒ JsValue, parser: (Parser, JsValue) ⇒ T) extends Product with Serializable

  3. class Parser extends AnyRef

  4. class Printer extends AnyRef

Value Members

  1. object AnyFormat

  2. object JsonFormat

  3. object StructFormat

Ungrouped