xstream
XStream conversion exception on a xml date and time string
The XML i trying to convert looks like: <?xml version=\"1.0\" encoding=\"utf-8\"?> <ArrayOfTrafiklage>[详细]
2023-04-13 06:37 分类:问答How to get hold of the (un)marshalled message for logging
I have a Spring MVC REST service that uses XStream to convert the messages to and from XML. 开发者_如何学PythonIs there any way I can print the xml (ie the body) from the request and response to a no[详细]
2023-04-12 01:03 分类:问答How to store attribute and value of a XML tag using XStream
I have the following XML file <?xml version=\"1.0\"?> <paths> <path action=\"M\">some/path</path>[详细]
2023-04-11 18:33 分类:问答Xstream's jodatime Local Date display
I\'m using xstrem to serialise a jodatime local date into xml. However when output the generated xml 开发者_开发百科the LocalDate is not in an easily readable format.[详细]
2023-04-05 07:49 分类:问答Convert java object to xml?
I am using XStream for converting the java object to xml. But i am not getting the proper output.开发者_StackOverflow When i am iterating the object, I am able to get the information. But when that ob[详细]
2023-04-01 11:44 分类:问答Deserialize generic type with XStream
I\'m trying to use XStream to deserialize a xml response to a class that has a generic type field. For example I have class Response[详细]
2023-03-31 06:23 分类:问答custom converter with xstream
I need a custom convertor for my class Scope: class Scope { private final String name; private final SomeProp prop;[详细]
2023-03-30 14:52 分类:问答unwanted elements in the xml
I have following DTO @XStreamAlias(\"outline\") public class OutlineItem implements java.io.Serializable {[详细]
2023-03-29 16:15 分类:问答Problem with deserialization of String sent over wire with XStream
I am trying to create a simple webservice which takes a String as input and returns string as output.[详细]
2023-03-27 00:25 分类:问答How do I rename XStream list elements?
I have a model that looks like: @XStreamAlias(\"article\") class Article { List<String> tags; List<String> categories;[详细]
2023-03-24 09:48 分类:问答