Tiago Nunes
02/08/2021, 11:07 AM{
"d": {
"id": 3,
"name": "Tiago"
}
}
Is there any way to make it so that I don't have to make a wrapper class in every Serializable class? Something like @path, with XML Parser:
@Path("Body/GetAllVehicleBrandsResponse")
private List<InstallerVehicleBrand> allVehicleBrandsResult;
(Here I didn't need to make a Body class)turansky
02/08/2021, 4:36 PMMap
. If yes - you can serialize it to Map