cherlo

Results 1 comments of cherlo

Had same issue. Fixed it with the annotations. Key was putting both wrapper AND the property annotation on the list. No custom serializers needed: @JacksonXmlElementWrapper(localName = "FooList") @JacksonXmlProperty(localName = "Foo")...