One of the key advantages of db4o is that it simply stores any object with just one line of code: objectContainer.store(myObject); ...but how ? In the past the magic to make this possible was hidden deep down in db4o core. The TypeHandler4 interface in
Read More...