The mongodb component uses Jackson to marshal Object to DBObject. The trouble is that Date becomes long due to the default configuration of Jackson.
Is it possible to change this by obtaining that Jackson instance and reconfiguring it? Or must be add a TypeConvertor for our specify type to the registry? Thanks, James
