how do I implement <kotlinx.serialization> in spri...
# serialization
i
how do I implement kotlinx.serialization in spring data redis?
n
you need to use the "dynamic"
json.encodeToByteArray(t)
or get the class/kclass of
T