unmarshalling
JAXB: How to marshal objects in lists?
Perhaps a stupid question: I have a List of type <Data> which I want to marshal into a XML file. This is my class Database containing an ArrayList...[详细]
2023-01-16 03:21 分类:问答What is Serialization/Deserialization and marshalling/unmarshalling with example? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-01-14 11:41 分类:问答Generating java classes from xsd files
I have got a xsd files from some thirdparty which used to be with \"include\" and not \"import\". I am using these xsd file to generate java files, using jaxb.[详细]
2023-01-13 16:37 分类:问答Problem in implementing Parcelable containing other Parcelable
I\'m implementing Parcelable class that has another Parcelable insde. In OuterParcelable class: @Override[详细]
2023-01-11 22:10 分类:问答Unmarshalling xml to a bean with a collection
I\'m working with Redmine\'s xml rest api. The service returns xml like in the example below. I\'m using the Jersey Client API to communicate with the restful service. Mapping the plain fields (id, na[详细]
2023-01-09 22:26 分类:问答3 counts of IllegalAnnotationExceptions
I have never used JAXB before. I am working on a test harnesses project. I have around 20 different testcases. When I run my test, I get this error.[详细]
2023-01-08 15:31 分类:问答Faster/more efficient alternatives to Ruby's Marshal?
I\'m looking for a drop-in replacement of Ruby\'s Marshal capability, which hopefully has one or more of the following advantages over Marshal:[详细]
2023-01-04 14:36 分类:问答Using RestEasy with Windows Live Service, how do you unmarshall the list of Contacts returned?
I\'m trying to get my contacts from Windows Live using RestEasy After succesfully authenticating my user, I\'ve made the call to https://livecontacts.services.live.com/users/@L@/rest/livecontacts[详细]
2023-01-03 18:14 分类:问答JAX-RS JSON java.util.Date Unmarshall
开发者_如何学CI\'m using Jersey (jax-rs), to build a REST rich application. Everything is great, but I don\'t really understand how to configure the JSON Marshalling/Unmarshalling options for dates a[详细]
2023-01-03 11:18 分类:问答How to return an [out] variant with VT = VT_RECORD without creating memory leak in ole32.dll?
Purify is pointing memory leak in ole32.dll while returning a 开发者_运维知识库Variant with VT set to VT_RECORD as OUT parameter. I am using User Marshalling by generating proxy/stub dll from IDL.[详细]
2023-01-03 02:27 分类:问答