-
Type: Improvement
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: BSON
-
None
The toString()-Method of ObjectId calls toStringMongod(), which is deprecated.
It is suggested to use toHexString() instead, so i think toString() should call that method.