kyriei

Results 3 comments of kyriei

If you encounter the following xml message ![image](https://user-images.githubusercontent.com/35912968/143685117-3f19bbdc-833f-48ce-a091-b0f487797da6.png) Use the following bean to receive an error will be reported(Duplicate property error) ``` @JackSonXmlElementWrapper(localName="array") @JackSonXmlProperty(localName="EquipArray") private List equipArray; @JackSonXmlElementWrapper(localName="array") @JackSonXmlProperty(localName="MachArray") private...

> That is not enough to reproduce the issue: I'd need to see code (as well as full Java value class definition) you use to try to read it. ![image](https://user-images.githubusercontent.com/35912968/148150260-76b86a03-861e-4f79-a06d-d7e5ba7afb08.png)...

As shown in the screenshot above,add an element() to the middle of the array,The front part of the array will be swallow,could you please help me to fix this problem?Thanks...