Skip to content

Commit

Permalink
Fix "JsonSerializable" URL
Browse files Browse the repository at this point in the history
  • Loading branch information
liviubalan authored Apr 1, 2018
1 parent 1e9e842 commit 5116cc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion serializer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ As well as the following normalizers:
* :class:`Symfony\\Component\\Serializer\\Normalizer\\DataUriNormalizer` to
transform :class:`SplFileInfo` objects in `Data URIs`_
* :class:`Symfony\\Component\\Serializer\\Normalizer\\JsonSerializableNormalizer`
to deal with objects implementing the :class:`JsonSerializable` interface
to deal with objects implementing the `JsonSerializable`_ interface
* :class:`Symfony\\Component\\Serializer\\Normalizer\\ArrayDenormalizer` to
denormalize arrays of objects using a format like `MyObject[]` (note the `[]` suffix)

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

0 comments on commit 5116cc3

Please sign in to comment.