Serializer

trait Serializer[Type, PickleType]
Companion:
object
class Object
trait Matchable
class Any
Serializer[Type, PickleType]

Value members

Abstract methods

def serialize(arg: Type): PickleType

Concrete methods

final def contramap[T](f: T => Type): Serializer[T, PickleType]
final def mapSerialize[T](f: PickleType => T): Serializer[Type, T]