Stefan

Results 3 comments of Stefan

Yea I've tried that one. I added it as followed: ``` /** * @var Message[] * @Serializer\XmlList(inline = true) */ protected $messages; ``` It then still wraps these within a...

The expected xml for me would be as followed below. I added a comment to show the distinction between the first and second array element serialization. ``` ```

Unfortunately it also results in a `entry` node wrapped around it, the documentation of `@XmlKeyValuePairs` also states `Note: When a key is an invalid xml tag name (e.g. 1_foo) the...