You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think XmlDiscriminator expects me to use the Discriminator at the same time, but I don't really need it, anyone can guide me in a way to get my XML without CDATA ?
The text was updated successfully, but these errors were encountered:
I have been looking for days a way to disable CDATA in all the class and child classes in a non-repetitive way (XMLElement).
Now, I tried using XmlDiscriminator:
* @XmlDiscriminator(attribute=false, cdata=false)
But didn't work:
I think XmlDiscriminator expects me to use the Discriminator at the same time, but I don't really need it, anyone can guide me in a way to get my XML without CDATA ?
The text was updated successfully, but these errors were encountered: