PicklerBasedKey

trait PicklerBasedKey[T] extends Serializable
Companion
object
trait Serializable
class Object
trait Matchable
class Any
class Key[T]

Value members

Abstract methods

def fullName: String

Name of the key that will be serialized.

Name of the key that will be serialized.

def pickler: Pickler[T]

Pickler used to deserialize value to which the key refers.

Pickler used to deserialize value to which the key refers.

Concrete methods

def isTransient: Boolean

Indicates if a key should be skipped during serialization - if true, the key will not be serialized.

Indicates if a key should be skipped during serialization - if true, the key will not be serialized.