class KryoWrapper[T] extends Serializable

A wrapper around some unserializable objects that make them both Java serializable. Internally, Kryo is used for serialization.

Use KryoWrapper(value) to create a wrapper.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. KryoWrapper
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new KryoWrapper()(implicit arg0: ClassTag[T])

Value Members

  1. def getValueSerialized(): Array[Byte]
  2. def setValueSerialized(bytes: Array[Byte]): Unit
  3. var value: T