liuxuzxx commented on issue #3369:
URL: https://github.com/apache/rocketmq/issues/3369#issuecomment-925816574


   
这个我看到是个json形式数据了,只是这个key是一个数字,不是一个字符串,按照JSON的规范定义,key应该是字符串!我实验了下,发现fastjson在序列化Map<Integer,xxxx>
 这种类型的数据的时候,确实会生成这种类型的JSON,这样子是不是正常的情况(这样子可能导致JSON数据不规范,然后做不到跨语言)?


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


Reply via email to