You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
xepozz
added a commit
to xepozz/serializer
that referenced
this issue
Jul 6, 2020
DefaultAccessorStrategy
is working wrong.In private properties
readAccessors
andwriteAccessors
it containsPropertyMetadata
from the first property. ProofSo bug is that flag
forceReflectionAccess
will be present one value to all properties in class.The text was updated successfully, but these errors were encountered: