class ScalaKryoSerializer extends KryoSerializer
Plain Scala serializer backed by Kryo. Implements pooling of serialization backends and only one instance should be held.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalaKryoSerializer
- KryoSerializer
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ScalaKryoSerializer(config: Config, classLoader: ClassLoader)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- def configKey: String
- Attributes
- protected
- Definition Classes
- ScalaKryoSerializer → KryoSerializer
- def deserialize[T](buf: ByteBuffer): Try[T]
- def deserialize[T](bytes: Array[Byte]): Try[T]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromBinaryInternal(buf: ByteBuffer, manifest: Option[String]): AnyRef
- Attributes
- protected
- Definition Classes
- KryoSerializer
- def fromBinaryInternal(bytes: Array[Byte], clazz: Option[Class[_]]): AnyRef
- Attributes
- protected
- Definition Classes
- KryoSerializer
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def prepareKryoInitializer(initializer: DefaultKryoInitializer): Unit
- Attributes
- protected[kryo]
- Definition Classes
- ScalaKryoSerializer → KryoSerializer
- def serialize(obj: Any, buf: ByteBuffer): Try[Unit]
- def serialize(obj: Any): Try[Array[Byte]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toBinaryInternal(obj: Any, buf: ByteBuffer): Unit
- Attributes
- protected
- Definition Classes
- KryoSerializer
- def toBinaryInternal(obj: Any): Array[Byte]
- Attributes
- protected
- Definition Classes
- KryoSerializer
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def useManifest: Boolean
- Attributes
- protected[kryo]
- Definition Classes
- ScalaKryoSerializer → KryoSerializer
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)