Commit 0e647a61 by Klodd

Fix deprecated serializer options, +TODO in prod!

parent 97712d2e
jms_serializer:
visitors:
json:
json_serialization:
options:
- JSON_PRETTY_PRINT
- JSON_UNESCAPED_SLASHES
......
jms_serializer:
visitors:
xml:
xml_serialization:
format_output: '%kernel.debug%'
# metadata:
# auto_detection: false
......
jms_serializer:
visitors:
json:
json: # TODO: will crash in prod
options:
- JSON_UNESCAPED_SLASHES
- 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