JvmBsonContext
class JvmBsonContext(codecRegistry: CodecRegistry, objectIdGenerator: ObjectIdGenerator = ObjectIdGenerator.Jvm()) : BsonContext, ObjectIdGenerator(source)
BSON implementation based on the official Java and Kotlin MongoDB drivers.
Constructors
Link copied to clipboard
constructor(codecRegistry: CodecRegistry, objectIdGenerator: ObjectIdGenerator = ObjectIdGenerator.Jvm())