Skip to content

Commit 2f9d731

Browse files
authored
Merge pull request #1613 from pigelvy/patch-1
JsonSerializer#serialize throws useless JsonProcessingException
2 parents d9b0cae + 2631f47 commit 2f9d731

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/fasterxml/jackson/databind/JsonSerializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ public JsonSerializer<?> withFilterId(Object filterId) {
120120
* serializing Objects value contains, if any.
121121
*/
122122
public abstract void serialize(T value, JsonGenerator gen, SerializerProvider serializers)
123-
throws IOException, JsonProcessingException;
123+
throws IOException;
124124

125125
/**
126126
* Method that can be called to ask implementation to serialize

0 commit comments

Comments
 (0)