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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
