readArray

abstract override fun readArray(bytes: ByteArray): BsonArray(source)


open fun readArray(value: BsonArray): BsonArray(source)

Instantiates a new BsonArray instance by wrapping the official driver's BsonArray.

The opposite operation is opensavvy.ktmongo.bson.official.BsonArray.raw.