NAME

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

VERSION

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

SYNOPSIS

package MyClass;

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

1;

package main;

use Storable qw(freeze thaw);

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

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.

SUBROUTINES/METHODS

STORABLE_freeze

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

STORABLE_thaw

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

DIAGNOSTICS

see Class::Std

and

see Class::Std::Storable

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

  • version

  • Class::Std

  • Carp

INCOMPATIBILITIES

see Class::Std

BUGS AND LIMITATIONS

see Class::Std

RCS INFORMATIONS

Last changed by

$Author: ac0v $

Id

$Id: Storable.pm 169 2007-11-10 17:58:23Z ac0v $

Revision

$Revision: 169 $

Date

$Date: 2007-11-10 18:58:23 +0100 (Sat, 10 Nov 2007) $

HeadURL

$HeadURL: http://svn.hyper-framework.org/Hyper/Class-Std-Fast/branches/2007-11-10/lib/Class/Std/Fast/Storable.pm $

AUTHOR

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

LICENSE AND COPYRIGHT

Copyright (c) 2007, Andreas 'ac0v' Specht <ACID@cpan.org>. All rights reserved.