-
Notifications
You must be signed in to change notification settings - Fork 6.5k
bug when format Object[] #2132
Comments
please tell me which version |
the version is |
the class Computer in your Issue2132 test case don't have getters and setters @wenshao |
when i use |
i use the newest version :1.2.60 |
the output is [[{"name":"intell","speed":3.3},{"length":16,"name":"samsung","width":9},"2","3"],{"cpu":{"$ref":"$[0].null"},"screen":{"$ref":"$[0].null"}}]
I don't think the ".null" is the expected output,especially when i use alibaba/arthas debugging.it makes me uncomfortable.
you can find the logic in ObjectArrayCodec.write which result in the issue
@wenshao
The text was updated successfully, but these errors were encountered: