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
72
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
73
-
denormalize arrays of objects using a format like `MyObject[]` (note the `[]` suffix)
74
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer` for objects implementing the :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` interface
75
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` for :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException` objects
* :class:`Symfony\\Component\\Serializer\\Normalizer\\GetSetMethodNormalizer` to
41
-
normalize PHP object using the getter and setter methods of the object;
42
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\PropertyNormalizer` to
43
-
normalize PHP object using `PHP reflection`_.
44
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ConstraintViolationListNormalizer` for objects implementing the :class:`Symfony\\Component\\Validator\\ConstraintViolationListInterface` interface
45
-
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ProblemNormalizer` for :class:`Symfony\\Component\\ErrorHandler\\Exception\\FlattenException` objects
0 commit comments