Skip to content

Commit 8bf9673

Browse files
committed
Merge branch '6.3' into 6.4
* 6.3: - fix: serializer includes only accessible attributes by default
2 parents eb5f971 + 70142cf commit 8bf9673

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
@@ -461,8 +461,8 @@ As for groups, attributes can be selected during both the serialization and dese
461461
Ignoring Attributes
462462
-------------------
463463

464-
All attributes are included by default when serializing objects. There are two
465-
options to ignore some of those attributes.
464+
All accessible attributes are included by default when serializing objects.
465+
There are two options to ignore some of those attributes.
466466

467467
Option 1: Using ``#[Ignore]`` Attribute
468468
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)