kafka-serde-zio-json
kafka-serde-zio-json
API
io.github.azhur.kafka.serde
ZioJsonSupport
ZioJsonSupport
kafka-serde-zio-json
/
io.github.azhur.kafka.serde
/
ZioJsonSupport
ZioJsonSupport
io.github.azhur.kafka.serde.ZioJsonSupport$
See the
ZioJsonSupport
companion trait
object
ZioJsonSupport
extends
ZioJsonSupport
Attributes
Companion:
trait
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
ZioJsonSupport
class
Object
trait
Matchable
class
Any
Self type
ZioJsonSupport
.type
Clear all
Members list
Concise view
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