You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I want to use this library to customize the serialization of an object in a Spring application, but when I integrated it into my code, I saw that fields that I want included in my JSON that are annotated at the class level are now being omitted.
An example of how I use this annotation is as follows.
@JsonTypeInfo(use = JsonTypeInfo.Id.CUSTOM, include = JsonTypeInfo.As.PROPERTY, property = "resourceType")
public class xxxClass implements Serializable { ...
Is there a fix or workaround for this problem on the horizon?
Thanks,
Barry
The text was updated successfully, but these errors were encountered:
Hi,
I want to use this library to customize the serialization of an object in a Spring application, but when I integrated it into my code, I saw that fields that I want included in my JSON that are annotated at the class level are now being omitted.
An example of how I use this annotation is as follows.
@JsonTypeInfo(use = JsonTypeInfo.Id.CUSTOM, include = JsonTypeInfo.As.PROPERTY, property = "resourceType")
public class xxxClass implements Serializable { ...
Is there a fix or workaround for this problem on the horizon?
Thanks,
Barry
The text was updated successfully, but these errors were encountered: