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.
|
static void |
org$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1) |
static org.slf4j.Logger |
org$apache$spark$internal$Logging$$log_() |
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)public static org.slf4j.Logger org$apache$spark$internal$Logging$$log_()
public static void org$apache$spark$internal$Logging$$log__$eq(org.slf4j.Logger x$1)