Skip to content

Commit

Permalink
[FrameworkBundle] make GetSetMethodNormalizer available by default
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas authored and fabpot committed Dec 12, 2014
1 parent 480819f commit 4f0aa61
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -15,6 +15,13 @@
<argument type="collection" />
<argument type="collection" />
</service>

<!-- Normalizer -->
<service id="serializer.normalizer.get_set_method" class="Symfony\Component\Serializer\Normalizer\GetSetMethodNormalizer" public="false">
<!-- Run after all custom serializers -->
<tag name="serializer.normalizer" priority="-1000" />
</service>

<!-- Encoders -->
<service id="serializer.encoder.xml" class="%serializer.encoder.xml.class%" public="false" >
<tag name="serializer.encoder" />
Expand Down

0 comments on commit 4f0aa61

Please sign in to comment.