Skip to content Skip to sidebar Skip to footer
Showing posts with the label Serialization

Gson Remove Unnecessary Nested Object Fields

I am trying to serialize an object. I have the following structure: Class A{ String aField1; Strin… Read more Gson Remove Unnecessary Nested Object Fields

KSoap2 Serialisation Error

I'm using kSoap2 to connect to a WCF service from an android device but I get an serialisation … Read more KSoap2 Serialisation Error