xstream
Problem unmarshalling an attribute with name "class" with Xstream
I have a node with an attribute named class. The input XML is : <Job class=\"com.test.jobImplementation\">[详细]
2023-02-08 20:41 分类:问答Deserializing XML using XStream does not work in OSGi (Java 1.4)
I created some OSGi-bundles. One of these has a function to export data to xml using XStream. It just works fine. Also importing again when using the Bundle as library and not within an OSGi context,[详细]
2023-02-08 03:54 分类:问答How to display <tag> </tag> as opposed to <tag/> in XStream
When I serialize my objects into xml, empty tags 开发者_JAVA百科are set as <tag\\> I would like <tag></tag>.[详细]
2023-02-07 07:48 分类:问答how to marshal object and return as a view (and not as JSP page) in spring + xstream
I\'m trying to follow this tutorial and build a RESTful service that can un/marshal an object to/from XML.[详细]
2023-02-05 10:11 分类:问答Can XStream be configured to have bi-drectional (parent/child) references?
I\'m using XStream to load a file structured like this: <parent> <child/> <child/> </parent>[详细]
2023-02-04 23:46 分类:问答Serializing every object and its properties in a collection to XML
I have a collection of objects, with properties. I want to use XStream to serialize it to XML and in a file.[详细]
2023-02-04 07:43 分类:问答BeanUtils.copyProperties ignoring null values
I have the following class: import org.apache.commons.beanutils.BeanUtils; import com.thoughtworks.xstream.XStream;[详细]
2023-01-30 11:05 分类:问答Having backward compatible for xstream in the following case
I had the following class. class SimpleDate { private final int year;/* ? */ private final int month;/* 0 ~ 11 */[详细]
2023-01-29 21:14 分类:问答Add attribute when serializing object with XStream
I am using开发者_如何学Go XStream to serialize Java objects to XML. Is it possible to customize XStream so that when it serializes an object it inserts an attribute in the root XML element?[详细]
2023-01-29 05:32 分类:问答Is XStream still active/supported?
Does anyone know if XStream is still active/supported? It looks relevant to what we are trying to do, but it appears there have been no new releases or web site updates (at http://x-str开发者_如何转开[详细]
2023-01-23 03:57 分类:问答