Packages

t

org.apache.spark.serializer

KryoRegistrator

trait KryoRegistrator extends AnyRef

Developer API

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

Annotations
@DeveloperApi()
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. Protected

Abstract Value Members

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