C20171008S commented on issue #12209:
URL: https://github.com/apache/dubbo/issues/12209#issuecomment-1534046094

   @AlbumenJ 我试了试fastjson2的jsonb序列化对Long数组是支持的
    byte[] bytes = JSONB.toBytes(new Long[]{1L});
    Long[] longs = JSONB.parseObject(bytes, Long[].class);


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

Reply via email to