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 6a3b355 commit 56be700Copy full SHA for 56be700
components/serializer.rst
@@ -419,7 +419,7 @@ All attributes are included by default when serializing objects. You have two al
419
* `Option 2: Using the context`_
420
421
Option 1: Using ``@Ignore`` annotation
422
---------------------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
423
424
.. configuration-block::
425
@@ -485,7 +485,7 @@ You are now able to ignore specific attributes during serialization::
485
486
487
Option 2: Using the context
488
----------------------------
+~~~~~~~~~~~~~~~~~~~~~~~~~~~
489
490
By providing an array via the ``AbstractNormalizer::IGNORED_ATTRIBUTES``
491
key in the ``context`` parameter of the desired serializer method::
0 commit comments