ZioJsonSupport

io.github.azhur.kafka.serde.ZioJsonSupport
See theZioJsonSupport companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Implicits

Inherited implicits

implicit def toDeserializer[T >: Null](implicit decoder: JsonDecoder[T]): Deserializer[T]

Attributes

Inherited from:
ZioJsonSupport
implicit def toSerde[T >: Null](implicit encoder: JsonEncoder[T], decoder: JsonDecoder[T]): Serde[T]

Attributes

Inherited from:
ZioJsonSupport
implicit def toSerializer[T >: Null](implicit encoder: JsonEncoder[T]): Serializer[T]

Attributes

Inherited from:
ZioJsonSupport