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/16 01:03:00 UTC

[GitHub] [dubbo-go-hessian2] wongoo commented on pull request #278: feat(*): support wrapper classes for Java basic types

wongoo commented on pull request #278:
URL: https://github.com/apache/dubbo-go-hessian2/pull/278#issuecomment-920495009


   @Mulavar thanks for your effort. wrapper classes is mainly for java, so the unit test should contains cross language encode/decode.  Pls pay more time to do that, thanks very much!
   
   
   eg:
   
   **go encode -> java decode**: 
   - go encode: https://github.com/apache/dubbo-go-hessian2/blob/e0c085c9ea5936e771ecc351c94609d5a56a7a1b/output/output.go#L44
   - java decode: https://github.com/apache/dubbo-go-hessian2/blob/e0c085c9ea5936e771ecc351c94609d5a56a7a1b/test_hessian/src/test/java/unit/GoUserListTest.java#L33
   
   **java encode-> go decode**:
   - java encode: https://github.com/apache/dubbo-go-hessian2/blob/e0c085c9ea5936e771ecc351c94609d5a56a7a1b/test_hessian/src/main/java/test/TestCustomReply.java#L605
   - go decode: https://github.com/apache/dubbo-go-hessian2/blob/e0c085c9ea5936e771ecc351c94609d5a56a7a1b/object_test.go#L791


-- 
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