107 Views
A description of using shallow (not weak) object references and an implementation of a Dictionary that contains such shallow references. A shallow reference is an object that is retrieved by a repository on request and not stored by the object that references it, thus minimizing serialization size, eliminating zombie references and providing absolute control of this object references by providing a centralized reference point.
0 comments