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
Public static fields are included in the serialized output, is this the proper behavior? I know that I can @JsonIgnore them, but this is not the same as jackson-databind so I'm wondering if this is actually a bug.
The text was updated successfully, but these errors were encountered:
Public static fields are included in the serialized output, is this the proper behavior? I know that I can
@JsonIgnore
them, but this is not the same as jackson-databind so I'm wondering if this is actually a bug.The text was updated successfully, but these errors were encountered: