How to Implement Multi-stage Deserialization with Jackson

前端 未结 0 339
情书的邮戳
情书的邮戳 2020-12-13 06:48

Say we start with the following:

class Parent {
  String a;
  Int b;
}

class Child extends Parent {
  String a;
  Int b;
  Double c;
  Object d;
}

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