类 AbstractKryoFactory

    • 构造器详细资料

      • AbstractKryoFactory

        public AbstractKryoFactory()
    • 方法详细资料

      • registerClass

        public void registerClass​(Class clazz)
        only supposed to be called at startup time later may consider adding support for custom serializer, custom id, etc
      • create

        public com.esotericsoftware.kryo.Kryo create()
        指定者:
        create 在接口中 com.esotericsoftware.kryo.pool.KryoFactory
      • setRegistrationRequired

        public void setRegistrationRequired​(boolean registrationRequired)
      • returnKryo

        public abstract void returnKryo​(com.esotericsoftware.kryo.Kryo kryo)
      • getKryo

        public abstract com.esotericsoftware.kryo.Kryo getKryo()