From 674ff7d41ea9ea73c07f1547a1c7ae6d601f49a4 Mon Sep 17 00:00:00 2001 From: Alexander Kim Date: Tue, 28 Nov 2023 09:56:44 -0500 Subject: [PATCH] fix: serializer includes only accessible attributes by default --- components/serializer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/serializer.rst b/components/serializer.rst index 70101d5ab8b..c5b56796777 100644 --- a/components/serializer.rst +++ b/components/serializer.rst @@ -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