| Q | A | ---------------- | ----- | Bug report? | no | Feature request? | yes | BC Break report? | probably | RFC? | ? | Symfony version | ? What about adding support for `has`/`was`/`need` and etc getters in serializer? [GetSetMethodNormalizer:: isGetMethod](https://github.com/symfony/symfony/blob/0896b02be073b8fa60fe6e8b3cf5d4f81b748bf8/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php#L75-L94) FYI, JMS serializer had already [supported](https://github.com/schmittjoh/serializer/blob/d4a7ae2647b136a6512959c693108c5da6ca6fcc/src/Metadata/PropertyMetadata.php#L67-L68) `has`.