Skip to content

Commit

Permalink
fix: serializer includes only accessible attributes by default
Browse files Browse the repository at this point in the history
  • Loading branch information
nesl247 committed Nov 28, 2023
1 parent eb5f971 commit e7dd001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -461,7 +461,7 @@ As for groups, attributes can be selected during both the serialization and dese
Ignoring Attributes
-------------------

All attributes are included by default when serializing objects. There are two
All accessible attributes are included by default when serializing objects. There are two
options to ignore some of those attributes.

Option 1: Using ``#[Ignore]`` Attribute
Expand Down

0 comments on commit e7dd001

Please sign in to comment.