Class SerializeUtil


  • public class SerializeUtil
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializeUtil()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.Object deserialize​(byte[] bytes)  
      static byte[] serialize​(java.lang.Object object)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializeUtil

        public SerializeUtil()
    • Method Detail

      • deserialize

        public static java.lang.Object deserialize​(byte[] bytes)
      • serialize

        public static byte[] serialize​(java.lang.Object object)