Skip to content

Commit e7dd001

Browse files
authored
fix: serializer includes only accessible attributes by default
1 parent eb5f971 commit e7dd001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/serializer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ 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
464+
All accessible attributes are included by default when serializing objects. There are two
465465
options to ignore some of those attributes.
466466

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

0 commit comments

Comments
 (0)