Skip to content

Commit

Permalink
Make TypeIdResolvers serializable for Jackson 2.16, with additional `…
Browse files Browse the repository at this point in the history
…SimpleIdNameResolver` (#4305)
  • Loading branch information
JooHyukKim authored Jan 7, 2024
1 parent 2fe14ad commit cc6a1ae
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
*/
public class SimpleNameIdResolver
extends TypeIdResolverBase
implements java.io.Serializable // @since 2.16
{
private static final long serialVersionUID = 1L;

protected final MapperConfig<?> _config;

/**
Expand Down

0 comments on commit cc6a1ae

Please sign in to comment.