[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)
translator for types that are marked with the Serializable attribute.
The Serializable translator is provided to allow persisting objects that
do not supply a convenient constructor. The use of this translator is
recommended only if:
- the persistent type will never be refactored
- querying for type members is not necessary
Namespace: Db4objects.Db4o.Config
- the persistent type will never be refactored
- querying for type members is not necessary
Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Class TSerializable _ Implements IObjectConstructor, IObjectTranslator |
C# |
---|
public class TSerializable : IObjectConstructor, IObjectTranslator |
Visual C++ |
---|
public ref class TSerializable : IObjectConstructor, IObjectTranslator |