Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Serializer] Remove unhelpful exposed "serializer alternative"#21435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
smnandre wants to merge2 commits intosymfony:7.3
base:7.3
Choose a base branch
Loading
fromsmnandre:patch-16
Open
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
NextNext commit
[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#7043Reintroduced 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.
  • Loading branch information
@smnandre
smnandre authoredSep 28, 2025
commit60f69c0e276e55e181886077c5bd0ffc15ce14c3
5 changes: 0 additions & 5 deletionsserializer.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
How to Use the Serializer

Check failure on line 1 in serializer.rst

View workflow job for this annotation

GitHub Actions/ Lint (DOCtor-RST)

The following link definitions aren't used anymore and should be removed: "JMS serializer"
=========================

Symfony provides a serializer to transform data structures from one format
Expand DownExpand Up@@ -33,11 +33,6 @@
``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
---------------------

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp