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
- the persistent type will never be refactored
- querying for type members is not necessary
- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Db4objects
.Db4o .Config - Interfaces
- Base Types
-
- Object
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
Name | Value | Summary |
---|---|---|
OnActivate |
void | |
OnInstantiate |
Object | |
OnStore |
Object | |
StoredClass |
Type |