{
    "mode": "perldoc",
    "parameter": "Apache::Session::Serialize::UUEncode",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Apache%3A%3ASession%3A%3ASerialize%3A%3AUUEncode/json",
    "generated": "2026-07-05T09:23:34Z",
    "synopsis": "use Apache::Session::Serialize::UUEncode;\n$zipped = Apache::Session::Serialize::UUEncode::serialize($ref);\n$ref = Apache::Session::Serialize::UUEncode::unserialize($zipped);",
    "sections": {
        "NAME": {
            "content": "Apache::Session::Serialize::UUEncode - Use Storable and \"pack()\" to zip up persistent data\n",
            "subsections": []
        },
        "SYNOPSIS": {
            "content": "use Apache::Session::Serialize::UUEncode;\n\n$zipped = Apache::Session::Serialize::UUEncode::serialize($ref);\n$ref = Apache::Session::Serialize::UUEncode::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, and Perl's \"pack()\"\nand \"unpack()\". The serialized data is ASCII text, suitable for storage in backing stores that\ndon't handle binary data gracefully, such as Postgres.\n",
            "subsections": []
        },
        "AUTHOR": {
            "content": "This module was written by Jeffrey William Baker <jwbaker@acm.org>.\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "Apache::Session::Serialize::Storable, Apache::Session::Serialize::Base64, Apache::Session\n",
            "subsections": []
        }
    },
    "summary": "Apache::Session::Serialize::UUEncode - Use Storable and \"pack()\" to zip up persistent data",
    "flags": [],
    "examples": [],
    "see_also": []
}