-
Notifications
You must be signed in to change notification settings - Fork 118
[jni] Add deep conversion utils #3143
Copy link
Copy link
Open
Labels
good first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)lang-javaRelated to Java supportRelated to Java supportpackage:jnipackage:jnigen
Milestone
Metadata
Metadata
Assignees
Labels
good first issueA good starting issue for contributors (issues with this label will appear in /contribute)A good starting issue for contributors (issues with this label will appear in /contribute)lang-javaRelated to Java supportRelated to Java supportpackage:jnipackage:jnigen
Type
Projects
Status
No status
Copy the pattern from package:objective_c: https://github.com/dart-lang/native/blob/main/pkgs/objective_c/lib/src/converter.dart
In addition to the conversions provided by package:objective_c, we'll need converters for JArray and its variants.