From 60f69c0e276e55e181886077c5bd0ffc15ce14c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 28 Sep 2025 07:17:44 +0200 Subject: [PATCH 1/2] [Serializer] Remove unhelpful exposed "serializer alternative" Removed mention of JMS serializer as an alternative to Symfony Serializer. It was pushed at the bottom of page in https://github.com/symfony/symfony-docs/pull/7043 Reintroduced in https://github.com/symfony/symfony-docs/pull/17783 during the big merge of the serializer docs (i guess because new structure had no more a natural good place in the end of the page) --- To me, it does not feel necessary, and I'm betting create more confusion in readers mind that really helps anyone.. But my main point will be "why is this not done on other packages doc pages?" ... if we need to promote alternative, I can think of a few other Symfony packages where that kind of mention could be legit... Well just a minor thing passing by :) So I suggest we simply remove this mention. --- serializer.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/serializer.rst b/serializer.rst index 083a2420015..e4df9b1e2c4 100644 --- a/serializer.rst +++ b/serializer.rst @@ -33,11 +33,6 @@ install the serializer :ref:`Symfony pack ` before using it: ``symfony/serializer`` package and install optional dependencies if you need them. -.. seealso:: - - A popular alternative to the Symfony Serializer component is the third-party - library, `JMS serializer`_. - Serializing an Object --------------------- From b626b5f9d73e9acebe330e57848ba96af607003b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Andr=C3=A9?= Date: Sun, 28 Sep 2025 09:21:16 +0200 Subject: [PATCH 2/2] Remove JMS serializer link Removed link to JMS serializer from serializer.rst --- serializer.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/serializer.rst b/serializer.rst index e4df9b1e2c4..5bbad31d350 100644 --- a/serializer.rst +++ b/serializer.rst @@ -2575,7 +2575,6 @@ Going Further with the Serializer serializer/* -.. _`JMS serializer`: https://github.com/schmittjoh/serializer .. _`API Platform`: https://api-platform.com .. _`JSON-LD`: https://json-ld.org .. _`Hydra Core Vocabulary`: https://www.hydra-cg.com/