Experiment: use GetValue
for all parameters in the marshal methods
#391
Labels
callable-wrappers
Issues with Java Callable Wrappers
enhancement
Proposed change to current functionality
The
jnimarshalmethod-gen
's generated marshal methods now can use code provided by predefined and custom marshalers.That idea comes from the discussion about #388 where we have concerns about using custom marshalers for interfaces.
Would it make sense to leave that for runtime? So that
GetValue
would go through the custom marshalers, as it already can?Could that also be used for the return values? Note that we would also need to find out the return value type at the time we generate the methods. Context: #387
PRO:
CONS:
Alternative solution:
jnimarshalmethod-gen.exe
as the command line option?The text was updated successfully, but these errors were encountered: