TSerializable Class

Summary

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
graph BT Type-->Base0["Object"] Type-.->Interface0["IObjectConstructor"] click Interface0 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IObjectConstructor" Type-.->Interface1["IObjectTranslator"] click Interface1 "/db4o-gpl-doc/output/api/Db4objects.Db4o.Config/IObjectTranslator" Type["TSerializable"] class Type type-node

Syntax

public class TSerializable : IObjectConstructor, IObjectTranslator

Methods