Cannot construct instance of `com.*` (although at least one Creator exists): cannot deserialize
今天在写springboot单元测试的时候,序列化对象时出现一个错误: Cannot construct instance of `com.*.GeneralResponse` (although at least one Creator exists): cannot deserialize from Object value (no delegate- or property-based Cr…