Summary
registers a translator for this class.
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Containing Type
- IObjectClass
Syntax
void Translate(IObjectTranslator translator)
Remarks
registers a translator for this class.
The use of an
In client-server environment this setting should be used on both client and server.
This setting can be applied to an open object container.
The use of an
Db4objects.Db4o.Config.IObjectTranslator
is not
compatible with the use of an
internal class ObjectMarshaller.In client-server environment this setting should be used on both client and server.
This setting can be applied to an open object container.
Parameters
Name | Type | Description |
---|---|---|
translator | IObjectTranslator |
this may be an
Db4objects.Db4o.Config.IObjectTranslator
or an
Db4objects.Db4o.Config.IObjectConstructor
|
Return Value
Type | Description |
---|---|
void |
See Also
- Db4objects.Db4o.Config.IObjectTranslator
- Db4objects.Db4o.Config.IObjectConstructor