File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
src/Bundle/Resources/config Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change 5
5
xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
6
6
7
7
<services >
8
- <service id =" dunglas_doctrine_json_odm.normalizer.raw_object" class =" Symfony\Component\Serializer\Normalizer\ObjectNormalizer" public =" false" >
9
- <argument type =" service" id =" serializer.mapping.class_metadata_factory" on-invalid =" ignore" />
10
- <argument >null</argument ><!-- name converter -->
11
- <argument type =" service" id =" serializer.property_accessor" />
12
- <argument type =" service" id =" property_info" on-invalid =" ignore" />
13
- <argument type =" service" id =" serializer.mapping.class_discriminator_resolver" on-invalid =" ignore" />
14
- </service >
15
-
16
- <service id =" dunglas_doctrine_json_odm.normalizer.array" class =" Symfony\Component\Serializer\Normalizer\ArrayDenormalizer" public =" false" />
17
-
18
8
<service id =" dunglas_doctrine_json_odm.serializer" class =" Dunglas\DoctrineJsonOdm\Serializer" public =" true" >
19
9
<argument type =" collection" >
20
- <argument type =" service" id =" dunglas_doctrine_json_odm.normalizer .array" />
21
- <argument type =" service" id =" dunglas_doctrine_json_odm .normalizer.raw_object " />
10
+ <argument type =" service" id =" serializer.denormalizer .array" />
11
+ <argument type =" service" id =" serializer .normalizer.object " />
22
12
</argument >
23
13
24
14
<argument type =" collection" >
You can’t perform that action at this time.
0 commit comments