{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::Serialize::Sybase (perldoc)\n\n## NAME\n\nApache::Session::Serialize::Sybase - Use Storable to zip up persistent data and unpack/pack to put into Sybase-compatible image field\n\n## SYNOPSIS\n\nuse Apache::Session::Serialize::Sybase;\n$zipped = Apache::Session::Serialize::Sybase::serialize($ref);\n$ref = Apache::Session::Serialize::Sybase::unserialize($zipped);\n\n## DESCRIPTION\n\nThis module fulfills the serialization interface of Apache::Session by taking the data from\nApache::Session::Serialize::Storable and modifying it to work with Sybase IMAGE fields. Note\nthat you do not need to quote these values before inserting into the database, and that if you\nare using DBI::Sybase, you cannot use the data in a placeholder. If you use\nApache::Session::Sybase as your session class, this will all get taken care of.\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::Sybase",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::Serialize::Sybase - Use Storable to zip up persistent data and unpack/pack to put into Sybase-compatible image field",
        "synopsis": "use Apache::Session::Serialize::Sybase;\n$zipped = Apache::Session::Serialize::Sybase::serialize($ref);\n$ref = Apache::Session::Serialize::Sybase::unserialize($zipped);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Apache::Session::Serialize::Sybase - Use Storable to zip up persistent data and unpack/pack to\nput into Sybase-compatible image field\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::Serialize::Sybase;\n\n$zipped = Apache::Session::Serialize::Sybase::serialize($ref);\n$ref = Apache::Session::Serialize::Sybase::unserialize($zipped);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module fulfills the serialization interface of Apache::Session by taking the data from\nApache::Session::Serialize::Storable and modifying it to work with Sybase IMAGE fields. Note\nthat you do not need to quote these values before inserting into the database, and that if you\nare using DBI::Sybase, you cannot use the data in a placeholder. If you use\nApache::Session::Sybase as your session class, this will all get taken care of.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Apache::Session::Serialize::Storable was written by Jeffrey William Baker <jwbaker@acm.org>; the\nSybase-specific data manipulation was written by Mark Landry <mdlandry@lincoln.midcoast.com> for\nuse in an earlier version of Apache::Session::DBI::Sybase and placed here by Chris Winters\n<chris@cwinters.com>.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Apache::Session::Serialize::Storable, Apache::Session::Sybase\n",
                "subsections": []
            }
        }
    }
}