BsonFieldWriteable

An object that can be represented as fields in a BSON document.

Functions

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

JSON representation of this object as a BSON document.

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

Writes this object to the provided writer.