Where's KtMongo's BSON KotlinX serialization at? ...
# opensavvy
j
Where's KtMongo's BSON KotlinX serialization at? I need to use it or something like it soon.
c
Not merged yet. https://gitlab.com/opensavvy/ktmongo/-/merge_requests/117 The next steps is to go through all the tests in
:bson-test
and add an example that uses Serialization to each. In particular, I'm trying to figure out how to make this fit with the rest of the API
Out of curiosity, what is your use-case?
j
Thanks! I'm upgrading my driver for Lightning Server such that it doesn't require its model classes to use
@Contextual
on fields with UUIDs and time objects. I've already done it; I ended up forking the current official implementation from MongoDB and fixing it. Left an issue on the official one as well about misuse of contextual.
👍 1