Is there a way to deserialize and serialize a field in a different way by using jsonschemapojo2?

后端 未结 0 2006
Happy的楠姐
Happy的楠姐 2020-12-07 12:13

Let\'s assume I have the following pojo

class pojo{
  String color;
}

I want to deserialize color like so:

{
 COLOR: "red         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题