What mechanism does db4o use to instantiate stored objects ?
My class isn't Serializable and doesn't provide zero argument constructor and the only constructor throws NullPointerException when it's argument is null.
In spite of that, db4o can still instantiate stored objects of that class (though with incorrect values).
If I can understand the mechanism perhaps i can track down the bug I have.
I will appreciate any links :]