-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
None
-
Component/s: None
-
None
The BSON Symbol type is deprecated so drivers in languages that have a symbol representation should make sure that they:
1) Never serialize symbols to a BSON Symbol. They should instead serialize to a BSON String.
2) Deserialize BSON Symbols to strings, as they would the BSON String type.