Spark 4.0.0 ScalaDoc - org.apache.spark.serializer.Serializer (original) (raw)

abstract class Serializer extends AnyRef

Ordering

  1. Alphabetic
  2. By Inheritance

Inherited

  1. Serializer

  2. AnyRef

  3. Any

  4. Hide All

  5. Show All

Visibility

  1. Public
  2. Protected

Instance Constructors

  1. new Serializer()

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
  2. final def ##: Int
  3. final def ==(arg0: Any): Boolean
  4. final def asInstanceOf[T0]: T0
  5. def clone(): AnyRef
  6. var defaultClassLoader: Option[ClassLoader]
  7. final def eq(arg0: AnyRef): Boolean
  8. def equals(arg0: AnyRef): Boolean
  9. final def getClass(): Class[_ <: AnyRef]
  10. def hashCode(): Int
  11. final def isInstanceOf[T0]: Boolean
  12. final def ne(arg0: AnyRef): Boolean
  13. final def notify(): Unit
  14. final def notifyAll(): Unit
  15. def setDefaultClassLoader(classLoader: ClassLoader): Serializer
  16. final def synchronized[T0](arg0: => T0): T0
  17. def toString(): String
  18. final def wait(arg0: Long, arg1: Int): Unit
  19. final def wait(arg0: Long): Unit
  20. final def wait(): Unit

Deprecated Value Members

  1. def finalize(): Unit

Inherited from AnyRef

Inherited from Any

Ungrouped