Interface IKryoRegistrar

All Superinterfaces:
Serializable
All Known Implementing Classes:
ClassRegistrar, IterableRegistrar, Java8ClosureRegistrar, ReflectingDefaultRegistrar, ReflectingRegistrar, SingleDefaultRegistrar, SingleRegistrar

public interface IKryoRegistrar extends Serializable
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
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(com.esotericsoftware.kryo.kryo5.Kryo k)
     
  • Method Details

    • apply

      void apply(com.esotericsoftware.kryo.kryo5.Kryo k)