Class::Std::Fast::Storable(3pm) | User Contributed Perl Documentation | Class::Std::Fast::Storable(3pm) |
Class::Std::Fast::Storable - Fast Storable InsideOut objects
This document describes Class::Std::Fast::Storable 0.0.8
package MyClass; use Class::Std::Fast::Storable; 1; package main; use Storable qw(freeze thaw); my $thawn = freeze(thaw(MyClass->new()));
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.
see method Class::Std::Storable::STORABLE_freeze
see method Class::Std::Storable::STORABLE_thaw
see Class::Std
and
see Class::Std::Storable
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
see Class::Std and Class::Std::Storable
Andreas 'ac0v' Specht "<ACID@cpan.org>"
Copyright (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.
2022-11-19 | perl v5.36.0 |