{
    "mode": "perldoc",
    "parameter": "CGI::Session::Serialize::default",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/CGI%3A%3ASession%3A%3ASerialize%3A%3Adefault/json",
    "generated": "2026-06-13T21:12:04Z",
    "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": []
        }
    },
    "summary": "CGI::Session::Serialize::default - Default CGI::Session serializer",
    "flags": [],
    "examples": [],
    "see_also": []
}