
ObjStore::REP - Default Representations Constructors

ObjStore::REP::install(type => \&constructor);

The most suitable representation for data-types is determined when they are allocated. The code that does the determination is set up by this file.
To override the defaults, simply re-implement the 'new' method for the classes of your choice before you allocate anything.