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 authored and OskarStark committed Nov 28, 2023
1 parent 7047b79 commit 674ff7d
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 @@ -471,7 +471,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`` Annotation
Expand Down

0 comments on commit 674ff7d

Please sign in to comment.