Package-level declarations

Types

Link copied to clipboard
expect class Bson
actual class Bson : Bson
Link copied to clipboard
expect class BsonArray
actual class BsonArray : BsonArray
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.