![JAR search and dependency download from the Maven repository](/logo.png)
scalapb_argonaut.EnumFormatter.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scalapb-argonaut_2.13 Show documentation
Show all versions of scalapb-argonaut_2.13 Show documentation
Json/Protobuf convertors for ScalaPB
The newest version!
package scalapb_argonaut
import argonaut.Json
final case class EnumFormatter[T](
writer: (Printer, T) => Json,
parser: (Parser, Json) => Option[T]
)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy