Package-level declarations
Types
Link copied to clipboard
interface BsonContext
BSON implementation based on the official MongoDB drivers.
Link copied to clipboard
class JvmBsonContext(codecRegistry: CodecRegistry, objectIdGenerator: ObjectIdGenerator = ObjectIdGenerator.Jvm()) : BsonContext, ObjectIdGenerator
BSON implementation based on the official Java and Kotlin MongoDB drivers.