8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e246e commit 14a651aCopy full SHA for 14a651a
src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.xml
@@ -15,6 +15,13 @@
15
<argument type="collection" />
16
17
</service>
18
+
19
+ <!-- Normalizer -->
20
+ <service id="serializer.normalizer.get_set_method" class="Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer" public="false">
21
+ <!-- Run after all custom serializers -->
22
+ <tag name="serializer.normalizer" priority="-1000" />
23
+ </service>
24
25
<!-- Encoders -->
26
<service id="serializer.encoder.xml" class="%serializer.encoder.xml.class%" public="false" >
27
<tag name="serializer.encoder" />
0 commit comments