Skip to content

Kotlin BSON • Based on the official MongoDB implementationopensavvy.ktmongo.bson.officialBsonArray

BsonArray

expect class BsonArray :  ERROR CLASS: Loop in supertypes involving opensavvy/ktmongo/bson/official/BsonArray

actual class BsonArray : BsonArray

Properties

context

raw

val raw: BsonArray

Functions

equals

open operator override fun equals(other: Any?): Boolean

hashCode

open override fun hashCode(): Int

reader

@LowLevelApi
open override fun reader(): BsonArrayReader

toByteArray

@LowLevelApi
open override fun toByteArray(): ByteArray

toString

open override fun toString(): String