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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondesc()intvoidgetObjFieldValues(Object obj, Object[] out) booleanbooleaninvokeWriteReplace(Object obj)  
- 
Constructor Details
- 
ObjectStreamClassMethods
 
 - 
 - 
Method Details
- 
desc
 - 
getSlotDescs
 - 
hasWriteObjectMethod
public boolean hasWriteObjectMethod() - 
hasWriteReplaceMethod
public boolean hasWriteReplaceMethod() - 
invokeWriteReplace
 - 
getNumObjFields
public int getNumObjFields() - 
getObjFieldValues
 
 -