Jump to letter: [
ABCDEFGHIKLMNOPQRSTUVXY
]
perl-Object-Persistence - Object-Persistence - Object Persistence with Data::Dumper.
- Description:
P::O::S provides persistence functionality to its objects. Object definitions
are stored as stringified perl data structures, generated with Data::Dumper,
that are amenable to manual editing and external processing from outside the
class interface.
Persistence is achieved with a blessed hash container that holds the object
data. The container can store objects that employ non-hash structures as
well. See L<"Inheriting Persistence::Object::Simple">, L<"Class Methods"> and
the persistent list class example (examples/Plist.pm).
Packages