You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Throwablet = constructor.newInstance(in.readStringUTF()); // This causes stack trace to be filled in twice but not an easy way to solve
Also wrong constructor is used (when original exception object has null message).
Using this constructor deserialized object's message field value will be "null".
Moreover - deserialization fails when extended class has no constructor with single String argument.
fast-serialization/src/main/java/org/nustaq/serialization/serializers/FSTThrowableSerializer.java
Line 16 in e8da559
This code converts null String message to "null".
The text was updated successfully, but these errors were encountered: