serializer icon indicating copy to clipboard operation
serializer copied to clipboard

serlizer annotation is not working

Open priyankoctal opened this issue 6 years ago • 2 comments

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

priyankoctal avatar Feb 14 '19 07:02 priyankoctal

but this is not working

can you clarify a bit more what "not working" means?

goetas avatar Feb 14 '19 07:02 goetas

actually these notations not reflecting , if i add then public methods don't get call

priyankoctal avatar Feb 14 '19 08:02 priyankoctal