All Tags »
client/server »
GenericClass (RSS)
Sorry, but there are no more tags available to filter with.
-
Currently db4o needs to deploy classes definition of stored objects on the server side. Existing code fails to store objects without class deployment on server, because it can't get ReflectClass by class name sent by client. The detail code in MCreateClass:
...