CirceSupport

io.github.azhur.kafkaserdecirce.CirceSupport
See theCirceSupport companion object

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object CirceSupport.type

Members list

Concise view

Implicits

Implicits

implicit def toDeserializer[T >: Null](implicit decoder: Decoder[T]): Deserializer[T]
implicit def toSerde[T >: Null](implicit encoder: Encoder[T], printer: Printer, decoder: Decoder[T]): Serde[T]
implicit def toSerializer[T >: Null](implicit encoder: Encoder[T], printer: Printer): Serializer[T]