scalapb_json
package
scalapb_json
Type Members
-
case class
JsonFormatException(msg: String, cause: Exception) extends Exception with Product with Serializable
-
case class
TypeRegistry(companions: Map[String, GenericCompanion] = Map.empty, filesSeen: Set[String] = Set.empty) extends Product with Serializable
TypeRegistry is used to map the @type field in Any messages to a ScalaPB generated message.
You need to