Hello! I put up a PR to add support for "untagged null values in CBOR", and was hoping to discuss ho...
t
Hello! I put up a PR to add support for "untagged null values in CBOR", and was hoping to discuss how it could potentially move forward. Untagged null is supported by the CBOR spec and needed for a project I am working on. https://github.com/Kotlin/kotlinx.serialization/pull/3074 cc: @Filipp Zhinkin
f
Hey! Sorry for delays with review. In general, it makes sense to support "untagged null values", but there a few nuances that might affect the proposed implementation. I have a few other CBOR-related improvements in my "pipeline", and will get to #3074 soon.
👍 1
r
I'd be interested in seeing that pipeline if you have any public roadmap. I recently joined a team where we're using kotlinx CBOR, but we vendored our own copy of the lib because there were some changes we needed. One thing on my TODO is to audit what those changes were and turn them into feature requests so we can go back to using the official version.
f
@russhwolf, there's a list of CBOR-specific issues: https://github.com/Kotlin/kotlinx.serialization/issues?q=is%3Aissue%20state%3Aopen%20label%3Acbor The plan is to finish reviewing https://github.com/Kotlin/kotlinx.serialization/pull/3036 first, and then start processing remaining feature requests. I'm looking forward hearing what you're missing in the library / what needs to be improved there for wider adoption.