<?xml version="1.0" ?>

<container xmlns="http://symfony.com/schema/dic/services"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">

    <services>
        <service id="api_platform.serializer.uuid_denormalizer" class="ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer" public="false">
            <tag name="serializer.normalizer" />
        </service>

        <service id="api_platform.ramsey_uuid.uri_variables.transformer.uuid" class="ApiPlatform\RamseyUuid\UriVariableTransformer\UuidUriVariableTransformer" public="false">
            <tag name="api_platform.uri_variables.transformer" priority="-100" />
        </service>

    </services>
</container>
