All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalapb_argonaut.EnumFormatter.scala Maven / Gradle / Ivy

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