{
    "content": [
        {
            "type": "text",
            "text": "# DBI::Gofer::Serializer::DataDumper (perldoc)\n\n## NAME\n\nDBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper\n\n## SYNOPSIS\n\n$serializer = DBI::Gofer::Serializer::DataDumper->new();\n$string = $serializer->serialize( $data );\n\n## DESCRIPTION\n\nUses DataDumper to serialize. Deserialization is not supported. The output of this class is only\nmeant for human consumption.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "DBI::Gofer::Serializer::DataDumper",
        "section": "",
        "mode": "perldoc",
        "summary": "DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper",
        "synopsis": "$serializer = DBI::Gofer::Serializer::DataDumper->new();\n$string = $serializer->serialize( $data );",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 5,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "DBI::Gofer::Serializer::DataDumper - Gofer serialization using DataDumper\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "$serializer = DBI::Gofer::Serializer::DataDumper->new();\n\n$string = $serializer->serialize( $data );\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Uses DataDumper to serialize. Deserialization is not supported. The output of this class is only\nmeant for human consumption.\n\nSee also DBI::Gofer::Serializer::Base.\n",
                "subsections": []
            }
        }
    }
}