Kotlin BSON • Compatibility with the official MongoDB implementation¶
Kotlin-first BSON library, based on the official MongoDB implementations.
BSON API for Kotlin, implemented on top of the official org.mongodb:bson library.
The class BsonFactory is the entry point to all types in the module. It allows creating a new BSON factory using the same configuration as the official library (via the CodecRegistry).