Serializing Custom Types for MongoDB using Salat
Serializing Custom Types for MongoDB using Salat MongoDB stores documents in a Json like format, called BSON. Before inserting a document to MongoDB, it has to be converted into Bson. In this post, we are going to discuss how we can use Salat to convert a document into MongoDB’s compatible Bson. We will also see… Continue reading »