How can I enable serialization for objectdb or an entity manager if I do not use a configuration file:
System.setProperty("objectdb.???", /* ??? */); OR this.entityManager.setProperty(/* ??? */, /* ??? */);
How can I enable serialization for objectdb or an entity manager if I do not use a configuration file:
System.setProperty("objectdb.???", /* ??? */); OR this.entityManager.setProperty(/* ??? */, /* ??? */);
It has to be enabled in the objectdb.conf file as shown on this manual page.
Your post was moved to this separate thread as this is a standalone question.