GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Class::Std::Fast::Storable(3) User Contributed Perl Documentation Class::Std::Fast::Storable(3)

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

  • version
  • Class::Std
  • Carp

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

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 $

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.

2008-05-26 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.