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
But processor produce only one pair of ser/deserializers under org.treblereel package, so ExtensionElementBeanJsonSerializerImpl use ImportBeanJsonSerializerImpl for org.treblereel.Import, not for org.treblereel.dto.Import and it leads to ClassCastException. I think it could be fix by placing serializers under package, their type belongs to.
i have two classes:
But processor produce only one pair of ser/deserializers under org.treblereel package, so ExtensionElementBeanJsonSerializerImpl use ImportBeanJsonSerializerImpl for org.treblereel.Import, not for org.treblereel.dto.Import and it leads to ClassCastException. I think it could be fix by placing serializers under package, their type belongs to.
reproducer https://github.com/treblereel/j2cl-tests/tree/ClassCastException
Thanks !
The text was updated successfully, but these errors were encountered: