ScalaImmutableAbstractMapSerializer

io.altoo.serialization.kryo.scala.serializer.ScalaImmutableAbstractMapSerializer
class ScalaImmutableAbstractMapSerializer() extends Serializer[Map[_, _]]

Attributes

Graph
Supertypes
class Serializer[Map[_, _]]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def read(kryo: Kryo, input: Input, typ: Class[_ <: Map[_, _]]): Map[_, _]

Attributes

Definition Classes
Serializer
override def write(kryo: Kryo, output: Output, collection: Map[_, _]): Unit

Attributes

Definition Classes
Serializer

Inherited methods

def copy(x$0: Kryo, x$1: Map[_, _]): 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