alternatestack.com
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,…