Kotlin BSON • Based on the official MongoDB implementation • opensavvy.ktmongo.bson.official
Package-level declarations¶
Types¶
Bson
¶
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.