Packages

object SpelHack extends SerializerWithSpecifiedClass[List[_]] with Serializable

Annotations
@SerialVersionUID()
Linear Supertypes
SerializerWithSpecifiedClass[List[_]], Serializable, Serializable, Serializer[List[_]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpelHack
  2. SerializerWithSpecifiedClass
  3. Serializable
  4. Serializable
  5. Serializer
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clazz: Class[_]
    Definition Classes
    SpelHack → SerializerWithSpecifiedClass
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def copy(arg0: Kryo, arg1: List[_]): List[_]
    Definition Classes
    Serializer
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def getAcceptsNull(): Boolean
    Definition Classes
    Serializer
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def isImmutable(): Boolean
    Definition Classes
    Serializer
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def read(kryo: Kryo, in: Input, obj: Class[List[_]]): List[_]
    Definition Classes
    SpelHack → Serializer
  19. def registerIn(config: ExecutionConfig): SerializableSerializer[_ <: Serializer[_] with Serializable]
    Definition Classes
    SerializerWithSpecifiedClass
  20. def setAcceptsNull(arg0: Boolean): Unit
    Definition Classes
    Serializer
  21. def setGenerics(arg0: Kryo, arg1: Array[Class[_]]): Unit
    Definition Classes
    Serializer
  22. def setImmutable(arg0: Boolean): Unit
    Definition Classes
    Serializer
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. def write(kryo: Kryo, out: Output, obj: List[_]): Unit
    Definition Classes
    SpelHack → Serializer

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SerializerWithSpecifiedClass[List[_]]

Inherited from Serializable

Inherited from Serializable

Inherited from Serializer[List[_]]

Inherited from AnyRef

Inherited from Any

Ungrouped