D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
psa
/
admin
/
plib
/
vendor
/
jms
/
serializer
/
src
/
Annotation
/
Filename :
PostSerialize.php
back
Copy
<?php declare(strict_types=1); namespace JMS\Serializer\Annotation; /** * @Annotation * @Target("METHOD") */ #[\Attribute(\Attribute::TARGET_METHOD)] final class PostSerialize implements SerializerAttribute { }