shared objects

Objects in the shared memory. Before release 7.0, only the storage of instances of classes as shared objects were supported. Any data objects with the exception of reference variables could be stored as attributes of classes, which also allowed anonymous data objects to be stored as shared objects.

More