make Native Array
This method converts a List into a NativeArray. The data types supported are boolean, int, float, double, and String. List, Map, and Bundle objects, as well as arrays, containing values of the above types and/or null, or any recursive arrangement of these, are also supported. The best way to think of this is a way to generate a Java representation of a json list, from Java types which have a natural representation in json.
This overload is like the above, but uses reflection to operate on any primitive or object type.