类 AbstractKryoFactory

    • 方法概要

      所有方法 实例方法 抽象方法 具体方法 
      修饰符和类型 方法 说明
      com.esotericsoftware.kryo.Kryo create()  
      abstract com.esotericsoftware.kryo.Kryo getKryo()  
      void  clazz)
      only supposed to be called at startup time later may consider adding support for custom serializer, custom id, etc
      abstract void returnKryo​(com.esotericsoftware.kryo.Kryo kryo)  
      void setRegistrationRequired​(boolean registrationRequired)  
      • 从类继承的方法 java.lang.

        , , , , , , , ,
    • 构造器详细资料

      • AbstractKryoFactory

        public AbstractKryoFactory()
    • 方法详细资料

      • registerClass

        public void registerClass​( 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()