You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to deal with objects implementing the :phpclass:`JsonSerializable` interface
88
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
89
-
denormalize arrays of objects using a notation like ``MyObject[]`` (note the ``[]`` suffix)
90
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer` for objects implementing the :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` interface
91
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` for :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException` objects
* :class:`Symfony\\Component\\Serializer\\Normalizer\\FormErrorNormalizer` for
41
-
objects implementing the :class:`Symfony\\Component\\Form\\FormInterface` to
42
-
normalize form errors;
43
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer` to
44
-
normalize PHP object using the getter and setter methods of the object;
45
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer` to
46
-
normalize PHP object using `PHP reflection`_;
47
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer` for objects implementing the :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` interface;
48
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` for :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException` objects
to deal with objects implementing the :phpclass:`JsonSerializable` interface;
51
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\UidNormalizer` converts objects that implement :class:`Symfony\\Component\\Uid\\AbstractUid` into strings and denormalizes uuid or ulid strings to :class:`Symfony\\Component\\Uid\\Uuid` or :class:`Symfony\\Component\\Uid\\Ulid`.
0 commit comments