What mechanism does db4o use to create stored objects?
My class is not Serializable and does not provide a null argument constructor, and the only constructor throws a NullPointerException when the argument is null.
Despite this, db4o can still create stored objects of this class (albeit with incorrect values).
If I can understand the mechanism, maybe I can track the error I have.
I will be grateful for any links:]
source
share