EnumerationSerializer

@Deprecated
class EnumerationSerializer extends Serializer[Value]

Enumeration serializer using ordinal value.

Deprecated

For consistency use EnumerationNameSerializer instead - will be removed in the future.

class Serializer[Value]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

def copy(x$0: Kryo, x$1: Value): Value
Inherited from:
Serializer
def getAcceptsNull(): Boolean
Inherited from:
Serializer
def isImmutable(): Boolean
Inherited from:
Serializer
def setAcceptsNull(x$0: Boolean): Unit
Inherited from:
Serializer
def setImmutable(x$0: Boolean): Unit
Inherited from:
Serializer