8000 minor #19194 fix: serializer includes only accessible attributes by d… · symfony/symfony-docs@d3710d1 · GitHub
[go: up one dir, main page]

Skip to content

Commit d3710d1

Browse files
committed
minor #19194 fix: serializer includes only accessible attributes by default (nesl247)
This PR was submitted for the 6.4 branch but it was merged into the 5.4 branch instead. Discussion ---------- fix: serializer includes only accessible attributes by default Updates documentation based upon the discussion here: symfony/symfony#52680 Commits ------- 674ff7d fix: serializer includes only accessible attributes by default
2 parents 7047b79 + 674ff7d commit d3710d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ As for groups, attributes can be selected during both the serialization and dese
471471
Ignoring Attributes
472472
-------------------
473473

474-
All attributes are included by default when serializing objects. There are two
474+
All accessible attributes are included by default when serializing objects. There are two
475475
options to ignore some of those attributes.
476476

477477
Option 1: Using ``@Ignore`` Annotation

0 commit comments

Comments
 (0)
0