com.twitter

chill

package chill

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. chill
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BijectionEnrichedKryo extends AnyRef

  2. class ExternalizerCodec[T] extends Injection[Externalizer[T], Array[Byte]]

  3. class ExternalizerInjection[T] extends Injection[T, Externalizer[T]]

  4. class InjectionDefaultRegistrar[T] extends InjectionRegistrar[T]

  5. class InjectionRegistrar[T] extends IKryoRegistrar with Serializable

  6. class InjectiveSerializer[T] extends KSerializer[T] with Serializable

  7. type Input = esotericsoftware.kryo.io.Input

  8. type KSerializer[T] = Serializer[T]

  9. type Kryo = esotericsoftware.kryo.Kryo

  10. class KryoInjectionInstance extends Injection[Any, Array[Byte]]

    Use this if you want to control the KryoPool.

  11. type Output = esotericsoftware.kryo.io.Output

Value Members

  1. object BijectionEnrichedKryo

  2. object ExternalizerCodec extends Serializable

    A Injection to serialize an externalizer to bytes

  3. object ExternalizerInjection extends Serializable

    An Injection to lift a type T into an Externalizer

  4. object InjectionDefaultRegistrar extends Serializable

  5. object InjectionRegistrar extends Serializable

  6. object InjectiveSerializer extends Serializable

  7. object KryoInjection extends Injection[Any, Array[Byte]]

    A default KryoInjection that uses the ScalaKryoInstantiator with ByteArrayOutputStream as the backing buffer

  8. def assertNotRegistered(cls: Class[_]): IKryoRegistrar

  9. def printIfRegistered(cls: Class[_]): IKryoRegistrar

  10. implicit def toInstantiator(fn: () ⇒ Kryo): KryoInstantiator

  11. implicit def toRegistrar(items: Iterable[IKryoRegistrar]): IKryoRegistrar

  12. implicit def toRegistrar(fn: (Kryo) ⇒ Unit): IKryoRegistrar

  13. implicit def toRich(k: Kryo): RichKryo

Inherited from AnyRef

Inherited from Any

Ungrouped