BsonArray

interface BsonArray(source)

A BSON array.

To create instances of this class, see BsonContext.buildArray.

Functions

Link copied to clipboard

Reads the elements of this array.

Link copied to clipboard
abstract fun toByteArray(): ByteArray

Low-level byte representation of this BSON document.

Link copied to clipboard
abstract override fun toString(): String

JSON representation of this BsonArray, as a String.