Packages

t

org.apache.spark.serializer

KryoRegistrator

trait KryoRegistrator extends AnyRef

Interface implemented by clients to register their classes with Kryo when using Kryo serialization.

Source
KryoSerializer.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KryoRegistrator
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def registerClasses(kryo: Kryo): Unit