How can I disable unnecessary escaping in XStream?

Posted by mike g on Stack Overflow See other posts from Stack Overflow or by mike g
Published on 2010-05-23T10:10:19Z Indexed on 2010/05/23 10:20 UTC
Read the original article Hit count: 319

Filed under:
|

XStream by default unnecessarily escapes >," ... etc.

Is there a way to disable this (and only escape <, &)?

© Stack Overflow or respective owner

Related posts about java

Related posts about xstream