I have the following class:
我有以下课程:
class A{
String abc;
String def;
// appropriate getters and setters with JsonProperty Annotation
}
class AI have the following class:
我有以下课程:
class A{
String abc;
String def;
// appropriate getters and setters with JsonProperty Annotation
}
class A