{
    "content": [
        {
            "type": "text",
            "text": "# Devel::Cover::DB::IO::Sereal (perldoc)\n\n## NAME\n\nDevel::Cover::DB::IO::Sereal - Sereal based IO routines for Devel::Cover::DB\n\n## SYNOPSIS\n\nuse Devel::Cover::DB::IO::Sereal;\nmy $io = Devel::Cover::DB::IO::Sereal->new;\nmy $data = $io->read($file);\n$io->write($data, $file);\n\n## DESCRIPTION\n\nThis module provides Sereal based IO routines for Devel::Cover::DB.\n\n## Sections\n\n- **NAME**\n- **VERSION**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **SEE ALSO**\n- **METHODS**\n- **BUGS**\n- **LICENCE**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Devel::Cover::DB::IO::Sereal",
        "section": "",
        "mode": "perldoc",
        "summary": "Devel::Cover::DB::IO::Sereal - Sereal based IO routines for Devel::Cover::DB",
        "synopsis": "use Devel::Cover::DB::IO::Sereal;\nmy $io = Devel::Cover::DB::IO::Sereal->new;\nmy $data = $io->read($file);\n$io->write($data, $file);",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "VERSION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 6,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "METHODS",
                "lines": 15,
                "subsections": []
            },
            {
                "name": "BUGS",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "LICENCE",
                "lines": 6,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Devel::Cover::DB::IO::Sereal - Sereal based IO routines for Devel::Cover::DB\n",
                "subsections": []
            },
            "VERSION": {
                "content": "version 1.36\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Devel::Cover::DB::IO::Sereal;\n\nmy $io = Devel::Cover::DB::IO::Sereal->new;\nmy $data = $io->read($file);\n$io->write($data, $file);\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "This module provides Sereal based IO routines for Devel::Cover::DB.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Devel::Cover\n",
                "subsections": []
            },
            "METHODS": {
                "content": "new\nmy $io = Devel::Cover::DB::IO::Sereal->new;\n\nConstructs the IO object.\n\nread\nmy $data = $io->read($file);\n\nReturns a perl data structure representing the data read from $file.\n\nwrite\n$io->write($data, $file);\n\nWrites $data to $file in the format specified when creating $io.\n",
                "subsections": []
            },
            "BUGS": {
                "content": "Huh?\n",
                "subsections": []
            },
            "LICENCE": {
                "content": "Copyright 2011-2019, Paul Johnson (paul@pjcj.net)\n\nThis software is free. It is licensed under the same terms as Perl itself.\n\nThe latest version of this software should be available from my homepage: http://www.pjcj.net\n",
                "subsections": []
            }
        }
    }
}