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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiondesc()intvoidgetObjFieldValues(Object obj, Object[] out) booleanbooleaninvokeWriteReplace(Object obj) 
- 
Constructor Details- 
ObjectStreamClassMethods
 
- 
- 
Method Details- 
desc
- 
getSlotDescs
- 
hasWriteObjectMethodpublic boolean hasWriteObjectMethod()
- 
hasWriteReplaceMethodpublic boolean hasWriteReplaceMethod()
- 
invokeWriteReplace
- 
getNumObjFieldspublic int getNumObjFields()
- 
getObjFieldValues
 
-