Your IP : 216.73.216.97


Current Path : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Annotation/
Upload File :
Current File : /var/www/clients/client3/web2/web/vendor/jms/serializer/src/Annotation/PostSerialize.php

<?php

declare(strict_types=1);

namespace JMS\Serializer\Annotation;

/**
 * @Annotation
 * @Target("METHOD")
 */
#[\Attribute(\Attribute::TARGET_METHOD)]
final class PostSerialize implements SerializerAttribute
{
}