Class IterableRegistrar

java.lang.Object
com.twitter.chill.java.IterableRegistrar
All Implemented Interfaces:
IKryoRegistrar, Serializable

public class IterableRegistrar extends Object implements IKryoRegistrar
A Registrar adds registrations to a given Kryo instance. Examples would be a registrar that registers serializers for all objects in a given package. comes from Storm, which took it from cascading.kryo
See Also:
  • Constructor Details

  • Method Details