{
    "mode": "perldoc",
    "parameter": "Devel::Cover::DB::IO::Sereal",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/perldoc/Devel%3A%3ACover%3A%3ADB%3A%3AIO%3A%3ASereal/json",
    "generated": "2026-06-13T07:24:22Z",
    "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);",
    "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": []
        }
    },
    "summary": "Devel::Cover::DB::IO::Sereal - Sereal based IO routines for Devel::Cover::DB",
    "flags": [],
    "examples": [],
    "see_also": []
}