[Question] Is possible to get wrong parameter order when call http to dubbo rpc invoke
Question
the default dubbo param build function is following:

Is possible to get wrong parameter order when gson deserialize the json?or keySet return unsorted set
Dubbo invoke doesn't care about the order of parameters.
Dubbo invoke doesn't care about the order of parameters.
if paramTYpes is (int, int), also dont'care?
Dubbo invoke doesn't care about the order of parameters.
if paramTYpes is (int, int), also dont'care?
Why not use java obejct?
Dubbo invoke doesn't care about the order of parameters.
if paramTYpes is (int, int), also dont'care?
Why not use java obejct?
get resource with two id
i mean replace two paramters with a java object.
Dubbo invoke doesn't care about the order of parameters. you are wong, dubbo params must be ordered
the desgin should be refer to dubbo office doc: https://dubbo.apache.org/zh/docs3-v2/dubbo-go-pixiu/user/appendix/http-to-dubbo-default-stragety/#http-request
I mean dubbo invoke doesn't care about the order of parameters if you replace two paramters with a java object.
