logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Class::Std::Fast::Storable - Fast Storable InsideOut objects

Author

       Andreas 'ac0v' Specht  "<ACID@cpan.org>"

Bugs And Limitations

       see Class::Std and Class::Std::Storable

Configuration And Environment

Dependencies

       •   version

       •   Class::Std

       •   Carp

Description

       Class::Std::Fast::Storable does the same as Class::Std::Storable does for Class::Std. The API is the same
       as Class::Std::Storable's, with few exceptions.

Diagnostics

       see Class::Std

       and

       see Class::Std::Storable

Incompatibilities

       STORABLE_freeze_pre,   STORABLE_freeze_post,   STORABLE_thaw_pre   and  STORABLE_thaw_post  must  not  be
       implemented as AUTOMETHOD.

       see Class::Std and Class::Std::Storable

Name

       Class::Std::Fast::Storable - Fast Storable InsideOut objects

Rcs Informations

       Last changed by
           $Author: ac0v $

       Id  $Id: Storable.pm 469 2008-05-26 11:26:35Z ac0v $

       Revision
           $Revision: 469 $

       Date
           $Date: 2008-05-26 13:26:35 +0200 (Mon, 26 May 2008) $

       HeadURL
           $HeadURL: file:///var/svn/repos/Hyper/Class-Std-Fast/branches/0.0.8/lib/Class/Std/Fast/Storable.pm $

Subroutines/Methods

STORABLE_freeze
       see method Class::Std::Storable::STORABLE_freeze

   STORABLE_thaw
       see method Class::Std::Storable::STORABLE_thaw

Synopsis

           package MyClass;

           use Class::Std::Fast::Storable;

           1;

           package main;

           use Storable qw(freeze thaw);

           my $thawn = freeze(thaw(MyClass->new()));

Version

       This document describes Class::Std::Fast::Storable 0.0.8

See Also