Skip to content

Commit dcd5887

Browse files
committed
Merge branch '6.4' into 7.0
* 6.4: - fix: serializer includes only accessible attributes by default
2 parents 7c2bc1f + 8bf9673 commit dcd5887

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/serializer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ As for groups, attributes can be selected during both the serialization and dese
437437
Ignoring Attributes
438438
-------------------
439439

440-
All attributes are included by default when serializing objects. There are two
441-
options to ignore some of those attributes.
440+
All accessible attributes are included by default when serializing objects.
441+
There are two options to ignore some of those attributes.
442442

443443
Option 1: Using ``#[Ignore]`` Attribute
444444
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)