No, my entity is using the default and all my annotations are field based. I tried to set @Access(AccessType.FIELD) explicitly just in case but no luck. Same serialization error. As a workaround I am using @Convert with custom serializer for now at field level and is working right. On these days I will submit a test case on this. |