Skip to content

Commit

Permalink
Ignore Obj.type() when using Smile serialization (#7828)
Browse files Browse the repository at this point in the history
  • Loading branch information
adutra committed Dec 12, 2023
1 parent b795800 commit b9f5f15
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ public interface Obj {
@JsonIgnore
ObjId id();

@JsonIgnore
ObjType type();
}

0 comments on commit b9f5f15

Please sign in to comment.