Hello. I'm trying to use kmongo-serializer. How am...
# kmongo
m
Hello. I'm trying to use kmongo-serializer. How am I supposed to use date types, like Instant? Kotlin serialization does not provide default serializers for those types. Is there a specific way in which I should serialize them? https://litote.org/kmongo/object-mapping/#date-support does not contain any information about that.
v
Try using Jackson instead. its the most mature lib for it, problably already has a converter for this type