I have a number of objects that share a flyweight object that is implemented as a singleton.
When I parcel out these objects, and parcel them in, I have two instances of the singleton. How can I make sure the singleton, already present in the image on loading, is used? Do I work with "named objects"? And if so, how do I use them?