We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86b729d commit edd0942Copy full SHA for edd0942
msgpack-jackson/src/main/java/org/msgpack/jackson/dataformat/MessagePackParser.java
@@ -582,7 +582,7 @@ private Object deserializedExtensionTypeValue()
582
return deser.deserialize(extensionTypeValue.getData());
583
}
584
585
- throw new RuntimeException("Unsupported extension type=" + extensionTypeValue.getType());
+ return extensionTypeValue;
586
587
588
@Override
0 commit comments