Kotlin BSON • Pure Kotlin Multiplatform implementation • opensavvy.ktmongo.bson.multiplatform
Package-level declarations¶
Types¶
Bson¶
class Bson : Bson
Pure Kotlin BSON document implementation.
BsonArray¶
class BsonArray : BsonArray
Pure Kotlin BSON array implementation.
BsonFactory¶
class BsonFactory : BsonFactory
The entry point for creating and reading BSON documents.