[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
registers a translator for this class.
Namespace: Db4objects.Db4o.Config
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Sub Translate ( _ translator As IObjectTranslator _ ) |
C# |
---|
void Translate ( IObjectTranslator translator ) |
Visual C++ |
---|
void Translate ( IObjectTranslator^ translator ) |
Parameters
- translator
- Db4objects.Db4o.Config.IObjectTranslator
this may be an ObjectTranslator or an ObjectConstructor
Remarks
registers a translator for this class.
Preinstalled translators are documented in the sourcecode of com.db4o.samples.translators.Default.java#defaultConfiguration().
Example translators can also be found in this folder.
The use of an ObjectTranslator is not compatible with the use of an ObjectMarshaller .
Preinstalled translators are documented in the sourcecode of com.db4o.samples.translators.Default.java#defaultConfiguration().
Example translators can also be found in this folder.
The use of an ObjectTranslator is not compatible with the use of an ObjectMarshaller .