8000 fix: serializer includes only accessible attributes by default · symfony/symfony-docs@674ff7d · GitHub
[go: up one dir, main page]

Skip to content

Commit 674ff7d

Browse files
nesl247OskarStark
authored andcommitted
fix: serializer includes only accessible attributes by default
1 parent 7047b79 commit 674ff7d

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