Skip to content

Kotlin BSON • Based on the official MongoDB implementationopensavvy.ktmongo.bson.official

Package-level declarations

Types

Bson

expect class Bson :  ERROR CLASS: Loop in supertypes involving opensavvy/ktmongo/bson/official/Bson

actual class Bson : Bson

BsonArray

expect class BsonArray :  ERROR CLASS: Loop in supertypes involving opensavvy/ktmongo/bson/official/BsonArray

actual class BsonArray : BsonArray

BsonFactory

interface BsonFactory :  ERROR CLASS: Loop in supertypes involving opensavvy/ktmongo/bson/official/BsonFactory

BSON implementation based on the official MongoDB drivers.

JvmBsonFactory

BSON implementation based on the official Java and Kotlin MongoDB drivers.

Functions

JvmBsonFactory

fun JvmBsonFactory(codecRegistry: CodecRegistry): JvmBsonFactory

Instantiates a new BsonFactory that respects the configuration in the specified codecRegistry.