What mechanism does db4o use to instatniate 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 (thugh with incorrect values).
If I can understand the mechanism perchaps i can track the bug I have.
I will appreciate any links :]