package
chill
Type Members
-
type
Input = esotericsoftware.kryo.io.Input
-
type
KSerializer[T] = Serializer[T]
-
type
Kryo = esotericsoftware.kryo.Kryo
-
type
Output = esotericsoftware.kryo.io.Output
Value Members
-
-
def
assertNotRegistered(cls: Class[_]): IKryoRegistrar
-
def
printIfRegistered(cls: Class[_]): IKryoRegistrar
-
implicit
def
toInstantiator(fn: () ⇒ Kryo): KryoInstantiator
-
implicit
def
toRegistrar(items: Iterable[IKryoRegistrar]): IKryoRegistrar
-
implicit
def
toRegistrar(fn: (Kryo) ⇒ Unit): IKryoRegistrar
-
implicit
def
toRich(k: Kryo): RichKryo
Inherited from AnyRef
Inherited from Any