mongo-jackson-mapper介紹

jieforest發表於2012-11-25
Mapping to POJOs couldn't be easier!

Since MongoDB uses BSON, a binary form. of JSON, to store its documents, a JSON mapper is a perfect mechanism for mapping Java objects to MongoDB documents. And the best Java JSON mapper is Jackson. Jackson's parsing/generating interface fits serialising to MongoDBs documents like a glove. Its plugins, custom creators, serialisers, views, pluggable annotators and so on give this mapping library a massive head start, making it powerful, performant, and robust.

Project documentation

The official documentation for this project lives here.

Looking specifically for the Maven dependency snippet? It's Here.

Mailing lists

The MongoDB Jackson Mapper users mailing list is hosted here.

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/301743/viewspace-749906/,如需轉載,請註明出處,否則將追究法律責任。