Top "Unmarshalling" questions

Unmarshalling is the process of transforming the storage or transmission representation of an object back into its original memory representation.

javax.xml.bind.UnmarshalException: unexpected element. Expected elements are (none)

I am getting this error, while unmarshalling a string. I have created Java files using JAXB. JAXBContext jaxbContext = JAXBContext.newInstance(…

java jaxb 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 jaxb arraylist unmarshalling
JAXB - Ignore element

Is there any way to just ignore an element from Jaxb parsing? I have a large XML file, and if …

java xml jaxb unmarshalling
Cannot unmarshal string into Go value of type int64

I have struct type tySurvey struct { Id int64 `json:"id,omitempty"` Name string `json:"name,omitempty"` } I do json.Marshal …

json go marshalling unmarshalling
Golang json Unmarshal "unexpected end of JSON input"

I am working on some code to parse the JSON data from an HTTP response. The code I have looks …

json go unmarshalling
How to unmarshall SOAP response using JAXB if namespace declaration is on SOAP envelope?

JAXB can only unmarshall an XML if the soap envelope has already been removed. However, the SOAP response I'm trying …

java xml soap jaxb unmarshalling
JAXB Unmarshalling not working. Expected elements are (none)

I am trying to unmarshal an XML. This is what my XML looks like <DeviceInventory2Response xmlns="http://tempuri.…

java jaxb unmarshalling
Android E/Parcel﹕ Class not found when unmarshalling (only on Samsung Tab3)

I've been unable to resolve why this error occurs, and only on a Samsung Tab3 device, running 4.4.2? It happens when …

android android-intent classnotfoundexception unmarshalling parcel
Unmarshalling Error: unexpected element (uri:url, local:"objectname"). Expected elements are <{}objectname>

I'm using jaxb2-marshaller to generate classes to communicate with a webservice. Java-classes are generated with use of some wsdl …

java spring unmarshalling jaxb2 maven-jaxb2-plugin