<div dir="ltr">I receive the following error only when using org.keycloak.util.JsonSerialization to deserialize:<div>Unrecognized field &quot;class&quot; (Class com.abecorn.model.Item), not marked as ignorable<br></div><div><br></div><div>Here is the setup:</div><div><br></div><div><div>@JsonTypeInfo(use = JsonTypeInfo.Id.CLASS, include = As.PROPERTY, property = &quot;class&quot;)</div><div>@JsonIgnoreProperties(ignoreUnknown = true)</div><div>@Entity</div><div>@Indexed</div><div>public class Item {</div></div><div>.</div><div>.</div><div>.</div><div><br></div><div><br></div></div>