public class SerializationDebugger
extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SerializationDebugger.ObjectStreamClassMethods
An implicit class that allows us to call private methods of ObjectStreamClass.
|
static class |
SerializationDebugger.ObjectStreamClassMethods$ |
Constructor and Description |
---|
SerializationDebugger() |
Modifier and Type | Method and Description |
---|---|
static java.io.NotSerializableException |
improveException(Object obj,
java.io.NotSerializableException e)
Improve the given NotSerializableException with the serialization path leading from the given
object to the problematic object.
|
public static java.io.NotSerializableException improveException(Object obj, java.io.NotSerializableException e)
sun.io.serialization.extendedDebugInfo
flag is turned on for the JVM.obj
- (undocumented)e
- (undocumented)