db4o

IObjectConstructor.OnInstantiate Method 

db4o calls this method when a stored object needs to be instantiated.

object OnInstantiate(
   IObjectContainer container,
   object storedObject
);

Parameters

container
the ObjectContainer used
storedObject
the object stored with ObjectTranslator.onStore .

Return Value

the instantiated object.

Remarks

db4o calls this method when a stored object needs to be instantiated.

See Also

IObjectConstructor Interface | Db4objects.Db4o.Config Namespace