<?php //App_Entity_Author

return [PHP_INT_MAX, static fn () => \Symfony\Component\VarExporter\Internal\Hydrator::hydrate(
    $o = [
        clone (($p = &\Symfony\Component\VarExporter\Internal\Registry::$prototypes)['Symfony\\Component\\Serializer\\Mapping\\ClassMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Serializer\\Mapping\\ClassMetadata')),
        clone ($p['Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata'] ?? \Symfony\Component\VarExporter\Internal\Registry::p('Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata')),
        clone $p['Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata'],
        clone $p['Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata'],
        clone $p['Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata'],
        clone $p['Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata'],
        clone $p['Symfony\\Component\\Serializer\\Mapping\\AttributeMetadata'],
    ],
    null,
    [
        'stdClass' => [
            'name' => [
                'App\\Entity\\Author',
                'id',
                'name',
                'createdBy',
                'createdOn',
                'books',
                'apiSource',
            ],
            'attributesMetadata' => [
                [
                    'id' => $o[1],
                    'name' => $o[2],
                    'createdBy' => $o[3],
                    'createdOn' => $o[4],
                    'books' => $o[5],
                    'apiSource' => $o[6],
                ],
            ],
            'groups' => [
                1 => [
                    'author:output',
                    'userbook:output',
                    'bookrequest:output',
                    'book:output',
                ],
                [
                    'author:input',
                    'author:output',
                    'userbook:output',
                    'bookrequest:output',
                    'book:output',
                ],
                [
                    'author:output',
                ],
                [
                    'author:output',
                ],
                [
                    'author:input',
                    'author:output',
                ],
            ],
        ],
    ],
    $o[0],
    []
)];
