BsonValueWriteable

An object that can be represented as a BSON value (value of a field, item in an array, an array itself).

Functions

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

JSON representation of this object.

Link copied to clipboard
abstract fun writeTo(writer: BsonValueWriter)

Writes this object to the provided writer.