1Class::Std::Fast::StoraUbsleer(3C)ontributed Perl DocumeCnltaastsi:o:nStd::Fast::Storable(3)
2
3
4

NAME

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

VERSION

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

SYNOPSIS

12           package MyClass;
13
14           use Class::Std::Fast::Storable;
15
16           1;
17
18           package main;
19
20           use Storable qw(freeze thaw);
21
22           my $thawn = freeze(thaw(MyClass->new()));
23

DESCRIPTION

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

SUBROUTINES/METHODS

30   STORABLE_freeze
31       see method Class::Std::Storable::STORABLE_freeze
32
33   STORABLE_thaw
34       see method Class::Std::Storable::STORABLE_thaw
35

DIAGNOSTICS

37       see Class::Std
38
39       and
40
41       see Class::Std::Storable
42

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

45       •   version
46
47       •   Class::Std
48
49       •   Carp
50

INCOMPATIBILITIES

52       STORABLE_freeze_pre, STORABLE_freeze_post, STORABLE_thaw_pre and
53       STORABLE_thaw_post must not be implemented as AUTOMETHOD.
54
55       see Class::Std and Class::Std::Storable
56

BUGS AND LIMITATIONS

58       see Class::Std and Class::Std::Storable
59

RCS INFORMATIONS

61       Last changed by
62           $Author: ac0v $
63
64       Id  $Id: Storable.pm 469 2008-05-26 11:26:35Z ac0v $
65
66       Revision
67           $Revision: 469 $
68
69       Date
70           $Date: 2008-05-26 13:26:35 +0200 (Mon, 26 May 2008) $
71
72       HeadURL
73           $HeadURL:
74           file:///var/svn/repos/Hyper/Class-Std-Fast/branches/0.0.8/lib/Class/Std/Fast/Storable.pm
75           $
76

AUTHOR

78       Andreas 'ac0v' Specht  "<ACID@cpan.org>"
79
81       Copyright (c) 2007, Andreas Specht "<ACID@cpan.org>".  All rights
82       reserved.
83
84       This module is free software; you can redistribute it and/or modify it
85       under the same terms as Perl itself.
86
87
88
89perl v5.34.0                      2021-07-22     Class::Std::Fast::Storable(3)
Impressum