Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SeriliazerFactory can't handle fields with types containing ? extends XYZ #8

Open
Kroppeb opened this issue Sep 16, 2021 · 0 comments
Labels
💻 aspect: code Concerns the software code in the repository ⭐ goal: addition Addition of new feature 🟨 priority: medium Not blocking but should be fixed soon 🏁 status: ready for dev Ready for work

Comments

@Kroppeb
Copy link
Contributor

Kroppeb commented Sep 16, 2021

eg:

public Foo< @SerSubclasses({Integer.class, Float.class}) ? extends Number> numbers;
@Kroppeb Kroppeb added 🟨 priority: medium Not blocking but should be fixed soon 💻 aspect: code Concerns the software code in the repository ⭐ goal: addition Addition of new feature labels Sep 16, 2021
@Kroppeb Kroppeb added this to the Polymorphic Type Handling milestone Sep 16, 2021
@Kroppeb Kroppeb added the 🏁 status: ready for dev Ready for work label Sep 16, 2021
@Kroppeb Kroppeb closed this as completed Sep 25, 2021
@Kroppeb Kroppeb reopened this Oct 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
💻 aspect: code Concerns the software code in the repository ⭐ goal: addition Addition of new feature 🟨 priority: medium Not blocking but should be fixed soon 🏁 status: ready for dev Ready for work
Projects
None yet
Development

No branches or pull requests

1 participant