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