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 InjectionDefaultRegistrar[T] extends InjectionRegistrar[T]

  3. class InjectionRegistrar[T] extends IKryoRegistrar with Serializable

  4. class InjectiveSerializer[T] extends KSerializer[T]

  5. type Input = esotericsoftware.kryo.io.Input

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

  7. type Kryo = esotericsoftware.kryo.Kryo

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

    Use this if you want to control the KryoPool.

  9. type Output = esotericsoftware.kryo.io.Output

Value Members

  1. object BijectionEnrichedKryo

  2. object InjectionDefaultRegistrar extends Serializable

  3. object InjectionRegistrar extends Serializable

  4. object InjectiveSerializer

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

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

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

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

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

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped