TTransient Translator

TTransient translator should be used with the objects that must not be stored to db4o. These can be classes holding internal references to the runtime or system.

A .NET example of a class using TTransient is presented in Storing MarshalByRef Objects.