File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -118,14 +118,14 @@ needs three parameters:
118
118
2. The name of the class this information will be decoded to
119
119
3. The encoder used to convert that information into an array
120
120
121
- JMSSerializationBundle
122
- ----------------------
121
+ JMSSerializer
122
+ -------------
123
123
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
126
126
ability to configure how your objects should be serialize/deserialized via
127
127
annotations (as well as YML, XML and PHP), integration with the Doctrine ORM,
128
128
and handling of other complex cases (e.g. circular references).
129
129
130
- .. _`JMSSerializationBundle ` : https://github.com/schmittjoh/JMSSerializerBundle
130
+ .. _`JMS serializer ` : https://github.com/schmittjoh/serializer
131
131
.. _Packagist : https://packagist.org/packages/symfony/serializer
You can’t perform that action at this time.
0 commit comments