Skip to content

Commit

Permalink
remove unnecessary ContextualSerializer (wrt 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 27, 2018
1 parent 140db88 commit 6188e2d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.annotation.JacksonStdImpl;
import com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitorWrapper;
import com.fasterxml.jackson.databind.ser.ContextualSerializer;

/**
* As a fallback, we may need to use this serializer for other
Expand All @@ -21,7 +20,6 @@
@SuppressWarnings("serial")
public class NumberSerializer
extends StdScalarSerializer<Number>
implements ContextualSerializer
{
/**
* Static instance that is only to be used for {@link java.lang.Number}.
Expand Down

0 comments on commit 6188e2d

Please sign in to comment.