Class KryoUtil


  • public class KryoUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static com.esotericsoftware.kryo.Kryo createKryo()  
      static void init​(com.esotericsoftware.kryo.Kryo kryo)  
      static void register​(com.esotericsoftware.kryo.Kryo kryo)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createKryo

        public static com.esotericsoftware.kryo.Kryo createKryo()
      • init

        public static void init​(com.esotericsoftware.kryo.Kryo kryo)
      • register

        public static void register​(com.esotericsoftware.kryo.Kryo kryo)