Commit 0e647a61 by Klodd

Fix deprecated serializer options, +TODO in prod!

parent 97712d2e
jms_serializer: jms_serializer:
visitors: visitors:
json: json_serialization:
options: options:
- JSON_PRETTY_PRINT - JSON_PRETTY_PRINT
- JSON_UNESCAPED_SLASHES - JSON_UNESCAPED_SLASHES
......
jms_serializer: jms_serializer:
visitors: visitors:
xml: xml_serialization:
format_output: '%kernel.debug%' format_output: '%kernel.debug%'
# metadata: # metadata:
# auto_detection: false # auto_detection: false
......
jms_serializer: jms_serializer:
visitors: visitors:
json: json: # TODO: will crash in prod
options: options:
- JSON_UNESCAPED_SLASHES - JSON_UNESCAPED_SLASHES
- JSON_PRESERVE_ZERO_FRACTION - JSON_PRESERVE_ZERO_FRACTION
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment