JSONObject detailsAsJson = (JSONObject) dbObject.get("details");
DBObject details = BasicDBObjectBuilder.start(detailsAsJson).get();
dbObject.put("details",details);
}
return (SobaMessage) new Mapper().fromDBObject(SobaMessage.class,dbObject, new DefaultEntityCache());
}