{
    "mode": "perldoc",
    "parameter": "Apache::Session::Serialize::Storable",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3ASerialize%3A%3AStorable/json",
    "generated": "2026-06-13T10:34:15Z",
    "synopsis": "use Apache::Session::Serialize::Storable;\n$zipped = Apache::Session::Serialize::Storable::serialize($ref);\n$ref = Apache::Session::Serialize::Storable::unserialize($zipped);",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Serialize::Storable - Use Storable to zip up persistent data\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Serialize::Storable;\n\n$zipped = Apache::Session::Serialize::Storable::serialize($ref);\n$ref = Apache::Session::Serialize::Storable::unserialize($zipped);\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "This module fulfills the serialization interface of Apache::Session. It serializes the data in\nthe session object by use of Storable's \"nfreeze()\" and \"thaw()\" functions. The result is a\nbinary object ready for storage.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session::Serialize::Base64, Apache::Session\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Serialize::Storable - Use Storable to zip up persistent data",
    "flags": [],
    "examples": [],
    "see_also": []
}