db4o

TSerializable Class

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

For a list of all members of this type, see TSerializable Members.

System.Object
   Db4objects.Db4o.Config.TSerializable

public class TSerializable : IObjectConstructor, IObjectTranslator

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Db4objects.Db4o.Config

Assembly: Db4objects.Db4o (in Db4objects.Db4o.dll)

See Also

TSerializable Members | Db4objects.Db4o.Config Namespace