NAME

ObjStore::REP - Setup Default Data Representations

SYNOPSIS

*ObjStore::AV::new = sub { ... };

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.