Skip to content

Commit 5116cc3

Browse files
authored
1 parent 1e9e842 commit 5116cc3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

serializer.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ As well as the following normalizers:
103103
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
104104
transform :class:`SplFileInfo` objects in `Data URIs`_
105105
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`
106-
to deal with objects implementing the :class:`JsonSerializable` interface
106+
to deal with objects implementing the `JsonSerializable`_ interface
107107
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
108108
denormalize arrays of objects using a format like `MyObject[]` (note the `[]` suffix)
109109

@@ -333,3 +333,4 @@ take a look at how this bundle works.
333333
.. _`JSON-LD`: http://json-ld.org
334334
.. _`Hydra Core Vocabulary`: http://hydra-cg.com
335335
.. _`Data URIs`: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URIs
336+
.. _`JsonSerializable`: http://php.net/manual/en/class.jsonserializable.php

0 commit comments

Comments
 (0)