Refactored JNI code generation
- Renamed toJava/fromJava methods to fromCpp/toCpp for consistency among language generators - fromCpp methods return LocaLRef<JniType> instead of JniType for improved exception safety - Merged primitive converters into a single header file and fixed for LocalRef<T> changes - Avoiding local temporaries where feasible - Consistent call signatures - Proper support for templated JNI types
Showing
support-lib/jni/Marshal.hpp
0 → 100644
Please register or sign in to comment