db4o

ObjectTranslator.storedClass Method 

return the Class you are converting to.

[Visual Basic]
Function storedClass() As Class
[C#]
Class storedClass();
[C++]
Class* storedClass();
[JScript]
function storedClass(): Class;

Return Value

the Class of the object you are returning with the method onStore()

Remarks

return the Class you are converting to.

See Also

ObjectTranslator Interface | com.db4o.config Namespace