returns the object that is referenced.
[Visual Basic] Function getObject() As Object [C#] object getObject(); [C++] Object* getObject(); [JScript] function getObject(): Object;
the referenced object or null, if the object has been garbage collected.
returns the object that is referenced.
This method may return null, if the object has been garbage collected.
ObjectInfo Interface | com.db4o.ext Namespace