bson
in a document of MongoDB, i have a key/value such that value is an association array (inserted using php); how can iterate
in a docum开发者_如何学Goent of MongoDB, i have a key/value such that value is an association array (inserted using php); how can iterate throuth this array[详细]
2023-04-12 02:08 分类:问答Binary Typing Problem
I am trying to work with the Haskell Bson and I want to save and load them. The saving seems to be no problem, but I get a typing error with the Binary.get functions.[详细]
2023-04-08 18:43 分类:问答Is a binary JSON javascript library available for browsers?
In order for efficient server side parsing I am looking into a BSON solution directly for the browser javascript environment. The idea is to utilize the entire ASCII space by means of binary websocket[详细]
2023-04-08 17:39 分类:问答Mongoid 1.9.2 + Rails 2.3: Errors with BSON::OrderedHash being returned instead of object
Rails 2.3.11 application Mongoid 1.9.2 (latest \"legacy\" branch) Since there\'s no documentation for Mongoid 1.X branch anymore, I\'m struggling with what I\'ve got[详细]
2023-03-31 16:43 分类:问答MongoDB insert speed trade-offs
In short: There is a huge difference in insert speeds when I keep a JSON object with many fields in a single, string field of MongoDB, or keep each field of the JSON object in its own MongoDB field. 1[详细]
2023-03-29 21:35 分类:问答MongoDB's BSON gem can't read a MongoDB database file?
I have a MongoDB DB with some data.That all works fine, the data was inserted into the mongo DB properly.What I want to do now, though, is open the mongoDB DB file, and parse it using the BSON gem so[详细]
2023-03-27 00:43 分类:问答Rails, storing a custom class with MongoMapper: Cannot serialize object into BSON
I am using MongoMapper 0.9.1 in Rails 3.0.9 and it throws the following error, when I try to save an object of a custom class into the DB:[详细]
2023-03-25 14:07 分类:问答How do I serialize a Custom Collection in MongoDB.Bson?
The documentation for the MongoDB.Bson.Serialization seems thin. I can\'t figure out how to get my custom collection into the MongoDB document correctly. I am using their default c# Driver.[详细]
2023-03-15 11:10 分类:问答Deserializing MongoDB BSON
I attempting to take a response from a REST service that queries an instance of MongoDB and parse the response into a Java object.The web service returns the response with a MIME type of html with a n[详细]
2023-03-09 02:03 分类:问答Is there a way to generate c# code from serialized object in bson (file on a disk) to
What I have is a serialized object (given to me serialized from another language). I would like to generate c# code for this and use it in JSON.Net or similar. I have just started looking at JSON.Net[详细]
2023-03-08 19:36 分类:问答