Skip to content

Commit 60f69c0

Browse files
authored
[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 #7043 Reintroduced in #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.
1 parent 668d6d3 commit 60f69c0

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

serializer.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ install the serializer :ref:`Symfony pack <symfony-packs>` before using it:
3333
``symfony/serializer`` package and install optional dependencies if you
3434
need them.
3535

36-
.. seealso::
37-
38-
A popular alternative to the Symfony Serializer component is the third-party
39-
library, `JMS serializer`_.
40-
4136
Serializing an Object
4237
---------------------
4338

0 commit comments

Comments
 (0)