problem about java-binding-Collection of common programming errors


  • jonathanpeppers
    android .net monodroid xamarin java-binding
    We are binding a Java library that has a method like this:void onDataReceived(java.lang.String fromNode, java.lang.String fromChannel, java.lang.String payloadType, byte[][] payload)Notice the byte[][] payload parameter.Everything compiles fine, except at runtime when the listener is fired from Java, we get the error:System.NotSupportedException: Rectangular arrays are not currently supported.Is this currently supported in Mono for Android binding projects?Is there a different type we could use

Web site is in building