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 fd43061 commit 57bf969Copy full SHA for 57bf969
components/serializer.rst
@@ -528,6 +528,10 @@ There are several types of normalizers available:
528
:phpclass:`DateTime` and :phpclass:`DateTimeImmutable`) into strings.
529
By default it uses the RFC3339_ format.
530
531
+.. versionadded:: 3.2
532
+ Support for specifying datetime format during denormalization was added to
533
+ ``DateTimeNormalizer`` in Symfony 3.2
534
+
535
:class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer`
536
This normalizer converts :phpclass:`SplFileInfo` objects into a data URI
537
string (``data:...``) such that files can be embedded into serialized data.
0 commit comments