[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

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
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

Inheritance Hierarchy

System.Object
  Db4objects.Db4o.Config.TSerializable