serializer
serializer copied to clipboard
serlizer annotation is not working
Hi,
I am using below annotaion in my entity
use JMS\Serializer\Annotation\AccessType;
/** @AccessType("public_method") */
but this is not working, do i need configure annotation from somewhere ?
Thanks
but this is not working
can you clarify a bit more what "not working" means?
actually these notations not reflecting , if i add then public methods don't get call