com.trueaccord.scalapb

json

package json

Visibility
  1. Public
  2. All

Type Members

  1. case class FormatRegistry(messageFormatters: Map[Class[_], Formatter[_]] = ..., enumFormatters: Map[EnumDescriptor, Formatter[EnumValueDescriptor]] = ...) extends Product with Serializable

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

  3. case class JsonFormatException(msg: String, cause: Exception) extends Exception with Product with Serializable

  4. class Parser extends AnyRef

  5. class Printer extends AnyRef

Value Members

  1. object Durations

  2. object JsonFormat

  3. object StructFormat

  4. object Timestamps

Ungrouped