A tool to create Java marshallers to and from bson. Currently used in a data access layer serialize Json to Bson for MongoDB storage.
'com.jrodeo:bson-marshaller:0.9.2'
<dependency> <groupId>com.jrodeo</groupId> <artifactId>bson-marshaller</artifactId> <version>0.9.2</version> </dependency>
<dependency org="com.jrodeo" name="bson-marshaller" rev="0.9.2"/>
"com.jrodeo", "bson-marshaller", "0.9.2"