Closed
Description
Follows symfony/symfony#13875
@andreaslarssen The doc is in the process of being updated, see this PR for instance: https://github.com/symfony/symfony-docs/pull/4675/files
JMSSerializer still have advanced features (especially regarding XML support) that are unlikely to be added in the Symfony built-in Serializer. However, most of the "must have" features have been added to the built in component including groups support, circular references handling, property name converter, normalization of objects having both publics properties and getters / setters...
IMO, we can update the doc to explain how to use the built-in Serializer instead of recommending using JMS Serializer. Any help is welcome.