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
I think the problem is the way the concrete TypeDeserializationInfo is generated. The resulting method would look like this, ignoring the second type key for SimpleImplementation:
Could it be, that the generator uses the concrete implementations of Interface as loop condition and breaks after every implementation was mapped to a key?
The text was updated successfully, but these errors were encountered:
The following annotation example would result in an error that the type for
Simple2
couldn't be found.I think the problem is the way the concrete
TypeDeserializationInfo
is generated. The resulting method would look like this, ignoring the second type key forSimpleImplementation
:Could it be, that the generator uses the concrete implementations of
Interface
as loop condition and breaks after every implementation was mapped to a key?The text was updated successfully, but these errors were encountered: