在使用 Jackson 将 Java 对象序列化为 JSON 时,我尝试CustomJSONSerializer
过从
Suppress wrapper 对象。
但得到以下异常:
com.fasterxml.jackson.databind.JsonMappingException: object is not an instance of declaring class (through reference chain: com.fasterxml.jackson.databind.type.SimpleType["test"])
at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:232)
at com.fasterxml.jackson.databind.JsonMappingException.wrapWithPath(JsonMappingException.java:197)
at com.fasterxml.jackson.databind.ser.std.StdSerializer.wrapAndThrow(StdSerializer.java:183)
我想序列化实体 Like
实体 A
实体 A. 父级
实体 A.Parent.Parent