Open knsd opened 11 years ago
There are rumours that object id must be stored big-endian. Please provide a proof or disproof of that.
Actually, BSON specification doesn't describes ObjectId as a byte array, thus your question is ill-defined.
However, each byte in the byte array is stored in little-endian format.
There are rumours that object id must be stored big-endian. Please provide a proof or disproof of that.