skip to Main Content

Deserializing Json String in Android Studio – Java

I am trying to deserialize a Json String using GSONbut after deserialization all values appear as Null. This is the Json String (I obtain this String from a server through a Rest API): {"getInformationResult":{ "BE_Active":false,"BE_Owner_ID":0,"BT_ID":0,"CLC_Sale":0,"CLC_Shared_Balance":false,"Cash":false,"Client_Active":false,"Client_Alias":null,"Client_ID":0,"Clients_Balance_By_Brand":null,"Contact_Active":false,"Contact_ID":0,"Credit":false,"Currency_ID":0,"Error_Codes":null,"Errors" :[{"Error_Code":"101","Error_Description":"Login: Invalid User or Password","Error_ID":27,"Error_Name":"Invalid…

VIEW QUESTION
Back To Top
Search