ScalaUnitSerializer

io.altoo.serialization.kryo.scala.serializer.ScalaUnitSerializer
class ScalaUnitSerializer extends Serializer[Unit]

Attributes

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

Members list

Value members

Concrete methods

def read(kryo: Kryo, input: Input, typ: Class[_ <: Unit]): Unit
def write(kryo: Kryo, output: Output, obj: Unit): Unit

Inherited methods

def copy(x$0: Kryo, x$1: Unit): 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