Kotlin BSON • Based on the official MongoDB implementation • opensavvy.ktmongo.bson.official • Bson
Bson¶
expect class Bson : ERROR CLASS: Loop in supertypes involving opensavvy/ktmongo/bson/official/Bson
actual class Bson : Bson
Properties¶
context¶
val context: JvmBsonFactory
raw¶
val raw: BsonDocument
Functions¶
equals¶
hashCode¶
reader¶
@LowLevelApi
open override fun reader(): BsonDocumentReader
toByteArray¶
@LowLevelApi
open override fun toByteArray(): ByteArray