Join Slack
Powered by
how do I implement <kotlinx.serialization> in spri...
# serialization
i
Icyrockton
03/23/2022, 12:55 PM
how do I implement
kotlinx.serialization
in spring data redis?
n
Nikky
03/23/2022, 8:20 PM
you need to use the "dynamic"
json.encodeToByteArray(t)
or get the class/kclass of
T
6
Views
Open in Slack
Previous
Next