You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/09/18 16:59:21 UTC

[GitHub] [dubbo-js] luckyyyyy opened a new pull request #256: fixed: support multidimensional arrays

luckyyyyy opened a new pull request #256:
URL: https://github.com/apache/dubbo-js/pull/256


   use js-to-java
   ```javascript
   const java = require('js-to-java')
   java.array('[int', [[1,2,3], [4,5,6]])
   
   
   // example
   {
     '$class': '[[int',
     '$': [
       { '$class': '[int', '$': [Array] },
       { '$class': '[int', '$': [Array] }
     ]
   }
   
   ```
   
   protocol example: [[Iint;


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo-js] hufeng merged pull request #256: fixed: support multidimensional arrays

Posted by GitBox <gi...@apache.org>.
hufeng merged pull request #256:
URL: https://github.com/apache/dubbo-js/pull/256


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org