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 bbfa409 commit 9118a88Copy full SHA for 9118a88
components/serializer.rst
@@ -804,6 +804,12 @@ There are several types of normalizers available:
804
:class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer`
805
Normalizes errors according to the API Problem spec `RFC 7807`_.
806
807
+:class:`Symfony\\Component\\Serializer\\Normalizer\\UidNormalizer`
808
+ This normalizer converts objects that implement
809
+ :class:`Symfony\\Component\\Uid\\AbstractUid` into strings. Also it can
810
+ denormalize `uuid` or `ulid` strings to :class:`Symfony\\Component\\Uid\\Uuid`
811
+ or :class:`Symfony\\Component\\Uid\\Ulid`.
812
+
813
.. _component-serializer-encoders:
814
815
Encoders
0 commit comments