-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
kotlinx.serialization support #104
Comments
Do you have whatever news? |
No progress. I have no real use case for my own apps, and as kotlinx serialization is still marked as experimental, this is currently not a high priority for me. Of course it would be great to use kotlinx instead of jackson or pojo. Performance will be better without reflection. Also, it would be great to have a java/js/native plugin to manage bson serialization. |
I try to implement it. Now ready simple adapter org.bson.BsonDocument <-> Kotlin data class by kotlin.serilization. |
@jershell nice :) I'm going to take a look |
Today kotlinx.serialization project approves and publish my extension. Now we can use the bson format with kotlinx.serialization https://github.com/Kotlin/kotlinx.serialization/tree/master/formats |
Very nice. :) I will try to add it to KMongo this week. |
Would be great to see some native support for kotlinx.serialization!
The text was updated successfully, but these errors were encountered: