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
   com.db4o.config.TSerializable

public class TSerializable : ObjectConstructor, ObjectTranslator

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: com.db4o.config

Assembly: db4o (in db4o.dll)

See Also

TSerializable Members | com.db4o.config Namespace