{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::Serialize::UUEncode (perldoc)\n\n## NAME\n\nApache::Session::Serialize::UUEncode - Use Storable and \"pack()\" to zip up persistent data\n\n## SYNOPSIS\n\nuse Apache::Session::Serialize::UUEncode;\n$zipped = Apache::Session::Serialize::UUEncode::serialize($ref);\n$ref = Apache::Session::Serialize::UUEncode::unserialize($zipped);\n\n## DESCRIPTION\n\nThis 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\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Apache::Session::Serialize::UUEncode",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::Serialize::UUEncode - Use Storable and \"pack()\" to zip up persistent data",
        "synopsis": "use Apache::Session::Serialize::UUEncode;\n$zipped = Apache::Session::Serialize::UUEncode::serialize($ref);\n$ref = Apache::Session::Serialize::UUEncode::unserialize($zipped);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}