Interface KryoRegistrator


public interface KryoRegistrator
Interface implemented by clients to register their classes with Kryo when using Kryo serialization.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    registerClasses(com.esotericsoftware.kryo.Kryo kryo)
     
  • Method Details

    • registerClasses

      void registerClasses(com.esotericsoftware.kryo.Kryo kryo)