common Symbol¶ Symbol Deprecated¶ This functionality is deprecated in the BSON specification. See https://bsonspec.org/spec.html A symbol. See also¶ BsonValue.decodeSymbol: Read this type. BsonFieldWriter.writeSymbol: 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