Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/1.1' into 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikadamczyk committed Nov 24, 2020
2 parents 2bd637e + 80782cd commit 71c0f33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
namespace eZ\Publish\Core\MVC\Symfony\Component\Serializer;

use Symfony\Component\Serializer\Encoder\JsonEncoder;
use Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer;
use Symfony\Component\Serializer\Normalizer\PropertyNormalizer;
use Symfony\Component\Serializer\Serializer;
use Symfony\Component\Serializer\SerializerInterface;
Expand All @@ -29,6 +30,7 @@ public function getSerializer(): SerializerInterface
new RegexNormalizer(),
new URIElementNormalizer(),
new SimplifiedRequestNormalizer(),
new JsonSerializableNormalizer(),
new PropertyNormalizer(),
],
[new JsonEncoder()]
Expand Down

0 comments on commit 71c0f33

Please sign in to comment.