Skip to content

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

Package-level declarations

Types

Bson

expect class Bson

actual class Bson : Bson

BsonArray

expect class BsonArray

actual class BsonArray : BsonArray

BsonContext

interface BsonContext

BSON implementation based on the official MongoDB drivers.

JvmBsonContext

class JvmBsonContext(codecRegistry: CodecRegistry, objectIdGenerator: ObjectIdGenerator = ObjectIdGenerator.Jvm()) : BsonContext, ObjectIdGenerator

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