(De)Serialize mixed content with jackson xml? (De)Serialize mixed content with jackson xml? xml xml

(De)Serialize mixed content with jackson xml?


you could try using CDATA:

<![CDATA[<]]><![CDATA[>]]>

or another workaround, e.g. escaping the brackets, so "<" becomes "<" and so on...