Skip to content
rktoomey edited this page Jun 18, 2012 · 16 revisions

Salat is a bi-directional Scala case class serialization library that leverages MongoDB's DBObject (which uses BSON underneath) as its target format. This project is focused on fostering a DWIM and intuitive usage pattern for the end-user's benefit, without sacrificing run time performance.

General overview topics

Feature-specific pages

Framework support

Usage examples are in the specs

We do try to keep the documentation up to date. But you can never go wrong by looking at our specs in salat/salat-core/src/test/scala/com/novus/salat/test/.

Clone this wiki locally