|
NAMEClass::Std::Fast::Storable - Fast Storable InsideOut objectsVERSIONThis document describes Class::Std::Fast::Storable 0.0.8SYNOPSISpackage MyClass; use Class::Std::Fast::Storable; 1; package main; use Storable qw(freeze thaw); my $thawn = freeze(thaw(MyClass->new())); DESCRIPTIONClass::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.SUBROUTINES/METHODSSTORABLE_freezesee method Class::Std::Storable::STORABLE_freezeSTORABLE_thawsee method Class::Std::Storable::STORABLE_thawDIAGNOSTICSsee Class::Stdand see Class::Std::Storable CONFIGURATION AND ENVIRONMENTDEPENDENCIES
INCOMPATIBILITIESSTORABLE_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 BUGS AND LIMITATIONSsee Class::Std and Class::Std::StorableRCS INFORMATIONS
AUTHORAndreas 'ac0v' Specht "<ACID@cpan.org>"LICENSE AND COPYRIGHTCopyright (c) 2007, Andreas Specht "<ACID@cpan.org>". All rights reserved.This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Visit the GSP FreeBSD Man Page Interface. |