Android Deserialization Gson Serialization Gson Remove Unnecessary Nested Object Fields August 07, 2023 Post a Comment 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
Android Ksoap2 Serialization Wcf KSoap2 Serialisation Error October 21, 2022 Post a Comment I'm using kSoap2 to connect to a WCF service from an android device but I get an serialisation … Read more KSoap2 Serialisation Error