NAME
ObjStore::REP - Default Representations Constructors
SYNOPSIS
ObjStore::REP::install(type => \&constructor);
DESCRIPTION
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.