Skip to content

Commit 01b90a0

Browse files
lsmith77weaverryan
authored andcommitted
point to the JMS serializer, rather than the bundle
1 parent 8afab45 commit 01b90a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

components/serializer.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ needs three parameters:
118118
2. The name of the class this information will be decoded to
119119
3. The encoder used to convert that information into an array
120120

121-
JMSSerializationBundle
122-
----------------------
121+
JMSSerializer
122+
-------------
123123

124-
A popular third-party bundle, `JMSSerializationBundle`_ exists and extends
125-
(and sometimes replaces) the serialization functionality. This includes the
124+
A popular third-party library, `JMS serializer`_, provides a more
125+
sophisticated albeit more complex solution. This library includes the
126126
ability to configure how your objects should be serialize/deserialized via
127127
annotations (as well as YML, XML and PHP), integration with the Doctrine ORM,
128128
and handling of other complex cases (e.g. circular references).
129129

130-
.. _`JMSSerializationBundle`: https://github.com/schmittjoh/JMSSerializerBundle
130+
.. _`JMS serializer`: https://github.com/schmittjoh/serializer
131131
.. _Packagist: https://packagist.org/packages/symfony/serializer

0 commit comments

Comments
 (0)