nitrite-java
nitrite-java copied to clipboard
Persist entities without annotations ?
We need to persist a bunch of third party objects in an NoSQL database, i found your lib and saw the pojo annotation example. Does this mean that we can only persist pojos with annotations ? Or are there external serializers/deserializers that can be used ?