-
Notifications
You must be signed in to change notification settings - Fork 74
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
Expose SerialModule in KMongoSerializationRepository #176
Comments
@bizarre a PR would be appreciated. KMongo allows to add modules using |
@zigzago For example, let's say we have a |
Merged |
We're using kmongo alongside ktor and using Kotlinx Serialization on both sides. We'd like to be able to use the same models that we use for kmongo with ktor, but none of the bindings are exposed publicly. We're currently using a less than ideal reflection solution to fetch the
module
getter inKMongoSerializationRepository
and then passing that directly into the constructor ofkotlinx.serialization.json.Json
.The text was updated successfully, but these errors were encountered: