Next:
SmallInteger
, Previous:
Signal
, Up:
Base classes
1.151 SingletonProxy
Defined in namespace Smalltalk
Superclass: AlternativeObjectProxy
Category: Streams-Files
I am a proxy that stores the class of an object rather than the object itself, and pretends that a registered instance (which most likely is a singleton instance of the stored class) was stored instead.
SingletonProxy class-accessing
: (class)
SingletonProxy class-instance creation
: (class)
SingletonProxy-saving and restoring
: (instance)