This topic applies to .NET version only.
To translate CultureInfo instances, we will store only their name since this is enough to recreate them
later. Note that we don't have to do any work in onActivate(), since object reinstantiation is already
fully completed in onInstantiate().
Let's try it out:
ObjectTranslators let you reconfigure the state of a 'blank' application object reinstantiated by
db4o, ObjectConstructors also take care of instantiating the application object itself. ObjectTranslators and ObjectConstructors can be used for classes that cannot cleanly be stored and retrieved with db4o's standard object instantiation mechanisms.