Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
BSON をワイヤ プロトコルとしてテストしていますが、既に作成されている BSONObj の値を変更できるようにする必要があります。
任意のヒント?
10gen の Dwight Merriman から返信がありました。
一般に、それらは不変です。一般的な使用法は、選択した cpp オブジェクトからシリアル化/逆シリアル化することです。$set と $inc も参照してください。ただし、これらはサーバー側です。
だから...そこにあります:)