Can I force JAXB not to convert " into ", for example, when marshalling to XML?

后端 未结 14 1979
情深已故
情深已故 2020-11-29 09:27

I have an Object that is being marshalled to XML using JAXB. One element contains a String that includes quotes (\"). The resulting XML has " where t

14条回答
  •  Happy的楠姐
    2020-11-29 09:47

    Seems like it is possible with Sun's JAXB implementation, although I've not done it myself.

提交回复
热议问题