Hi, I need to register custom serializer module to...
# kmongo
t
Hi, I need to register custom serializer module to KMnogo serializer, but I cant find a way how to do it. I am using
kotlinx.serialization
It is mentioned in docs, but I can't get it, Does someone have a code snippet with example?
r
Copy code
import org.litote.kmongo.serialization.registerModule
import org.litote.kmongo.serialization.registerSerializer
h
I have used Gson for this, lmk if you need a sample for that!