We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 399cd73 commit 10a3b1cCopy full SHA for 10a3b1c
components/serializer.rst
@@ -189,6 +189,8 @@ when constructing the normalizer::
189
'allow_extra_attributes' => false,
190
]);
191
192
+.. include:: /_includes/_annotation_loader_tip.rst.inc
193
+
194
Deserializing in an Existing Object
195
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
196
@@ -368,8 +370,6 @@ You are now able to serialize only attributes in the groups you want::
368
370
);
369
371
// $obj2 = MyObj(foo: 'foo', bar: 'bar')
372
-.. include:: /_includes/_annotation_loader_tip.rst.inc
-
373
.. _ignoring-attributes-when-serializing:
374
375
Selecting Specific Attributes
0 commit comments