{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::Serialize::Base64 (perldoc)\n\n## NAME\n\nApache::Session::Serialize::Base64 - Use Storable and MIME::Base64 to zip up persistent data\n\n## SYNOPSIS\n\nuse Apache::Session::Serialize::Base64;\n$zipped = Apache::Session::Serialize::Base64::serialize($ref);\n$ref = Apache::Session::Serialize::Base64::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 MIME::Base64's\n\"encodebas64\" and \"decodebase64\". The serialized data is ASCII text, suitable for storage in\nbacking stores that don'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::Base64",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::Serialize::Base64 - Use Storable and MIME::Base64 to zip up persistent data",
        "synopsis": "use Apache::Session::Serialize::Base64;\n$zipped = Apache::Session::Serialize::Base64::serialize($ref);\n$ref = Apache::Session::Serialize::Base64::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::Base64 - Use Storable and MIME::Base64 to zip up persistent data\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::Serialize::Base64;\n\n$zipped = Apache::Session::Serialize::Base64::serialize($ref);\n$ref = Apache::Session::Serialize::Base64::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 MIME::Base64's\n\"encodebas64\" and \"decodebase64\". The serialized data is ASCII text, suitable for storage in\nbacking stores that don'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\n",
                "subsections": []
            }
        }
    }
}