common Array¶ Array An array of arbitrary values, represented by the Kotlin interface BsonArray. See also¶ BsonValue.decodeArray: Read this type. BsonFieldWriter.writeArray: Write this type. Properties¶ code¶ val code: Byte The byte identifier for this particular type. Guaranteed to be in the range -1 (MinKey) to 127 (MaxKey). name¶ expect val name: String ordinal¶ expect val ordinal: Int