ObjectDB ObjectDB

How can I enable serialization?

#1

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(/* ??? */, /* ??? */);
edit
delete
#2

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.

ObjectDB Support
edit
delete

Reply

To post on this website please sign in.