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
getEntityAnnotations() for an object descriptor is empty in spite of that the annotation class is marked with @SerialInfo meta-annotation. This works well for regular classes.
Describe the bug
getEntityAnnotations()
for an object descriptor is empty in spite of that the annotation class is marked with@SerialInfo
meta-annotation. This works well for regular classes.To Reproduce
Expected behaviour
SerialDescriptor should work the same as for a regular class descriptor - it should return annotations and the test should pass.
Environment
The text was updated successfully, but these errors were encountered: