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

Use-case: We should be able to deserialize a Java type using Jackson etc. #186

Open
ktoso opened this issue Nov 19, 2024 · 0 comments
Open

Comments

@ktoso
Copy link
Collaborator

ktoso commented Nov 19, 2024

This is one of those "pushing the limits of what's possible" tickets.

It would be interesting to see what we would have to do to be able to invoke an API relying on generics to decode some Java types using a Java serializaiton library. Since we can't use Codable with Java types, we would do so with some Java decoder.

There's plenty issues here: generics, annotations, reflection etc.

This task primarily is to explore what the problems are and then figure out how/if to solve them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant