{
    "content": [
        {
            "type": "text",
            "text": "# CGI::Session::Serialize::default (perldoc)\n\n## NAME\n\nCGI::Session::Serialize::default - Default CGI::Session serializer\n\n## DESCRIPTION\n\nThis library is used by CGI::Session driver to serialize session data before storing it in disk.\n\n## Sections\n\n- **NAME**\n- **DESCRIPTION**\n- **METHODS** (2 subsections)\n- **LICENSING**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "CGI::Session::Serialize::default",
        "section": "",
        "mode": "perldoc",
        "summary": "CGI::Session::Serialize::default - Default CGI::Session serializer",
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 1,
                "subsections": [
                    {
                        "name": "freeze",
                        "lines": 4
                    },
                    {
                        "name": "thaw",
                        "lines": 4
                    }
                ]
            },
            {
                "name": "LICENSING",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "CGI::Session::Serialize::default - Default CGI::Session serializer\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This library is used by CGI::Session driver to serialize session data before storing it in disk.\n\nAll the methods are called as class methods.\n",
                "subsections": []
            },
            "METHODS": {
                "content": "",
                "subsections": [
                    {
                        "name": "freeze",
                        "content": "Receives two arguments. First is the class name, the second is the data to be serialized.\nShould return serialized string on success, undef on failure. Error message should be set\nusing \"seterror()|CGI::Session::ErrorHandler/\"seterror()\"\"\n"
                    },
                    {
                        "name": "thaw",
                        "content": "Received two arguments. First is the class name, second is the *frozen* data string. Should\nreturn thawed data structure on success, undef on failure. Error message should be set using\n\"seterror()|CGI::Session::ErrorHandler/\"seterror()\"\"\n"
                    }
                ]
            },
            "LICENSING": {
                "content": "For support and licensing see CGI::Session\n",
                "subsections": []
            }
        }
    }
}