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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: