ScalaObjectSerializer

io.altoo.serialization.kryo.scala.serializer.ScalaObjectSerializer
class ScalaObjectSerializer[T] extends Serializer[T]

Attributes

Graph
Supertypes
class Serializer[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def accepts(cls: Class[_]): Boolean
override def read(kser: Kryo, in: Input, cls: Class[_ <: T]): T

Attributes

Definition Classes
Serializer
override def write(kser: Kryo, out: Output, obj: T): Unit

Attributes

Definition Classes
Serializer

Inherited methods

def copy(x$0: Kryo, x$1: T): T

Attributes

Inherited from:
Serializer
def getAcceptsNull(): Boolean

Attributes

Inherited from:
Serializer
def isImmutable(): Boolean

Attributes

Inherited from:
Serializer
def setAcceptsNull(x$0: Boolean): Unit

Attributes

Inherited from:
Serializer
def setImmutable(x$0: Boolean): Unit

Attributes

Inherited from:
Serializer