Skip to content

Commit fc5af0d

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Standardize built-in normalizers lists
2 parents 5f5b41b + 8058f75 commit fc5af0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

components/serializer.rst

+3
Original file line numberDiff line numberDiff line change
@@ -880,6 +880,9 @@ The Serializer component provides several built-in normalizers:
880880
:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`
881881
Normalizes errors according to the API Problem spec `RFC 7807`_.
882882

883+
:class:`Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer`
884+
Normalizes a PHP object using an object that implements :class:`Symfony\\Component\\Serializer\\Normalizer\\NormalizableInterface`.
885+
883886
:class:`Symfony\\Component\\Serializer\\Normalizer\\UidNormalizer`
884887
This normalizer converts objects that implement
885888
:class:`Symfony\\Component\\Uid\\AbstractUid` into strings. Also it can

0 commit comments

Comments
 (0)