Package org.apache.spark.serializer
Class SerializationDebugger.ObjectStreamClassMethods
Object
scala.AnyVal
org.apache.spark.serializer.SerializationDebugger.ObjectStreamClassMethods
- Enclosing class:
- SerializationDebugger
public static class SerializationDebugger.ObjectStreamClassMethods
extends scala.AnyVal
An implicit class that allows us to call private methods of ObjectStreamClass.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondesc()
int
void
getObjFieldValues
(Object obj, Object[] out) boolean
boolean
invokeWriteReplace
(Object obj)
-
Constructor Details
-
ObjectStreamClassMethods
-
-
Method Details
-
desc
-
getSlotDescs
-
hasWriteObjectMethod
public boolean hasWriteObjectMethod() -
hasWriteReplaceMethod
public boolean hasWriteReplaceMethod() -
invokeWriteReplace
-
getNumObjFields
public int getNumObjFields() -
getObjFieldValues
-