serializer
serializer copied to clipboard
DefaultAccessorStrategy is working wrong.
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
DefaultAccessorStrategy
is working wrong.
In private properties readAccessors
and writeAccessors
it contains PropertyMetadata
from the first property. Proof
So bug is that flag forceReflectionAccess
will be present one value to all properties in class.