Class ObjectUtil


  • public final class ObjectUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <T> T clone​(T input)  
      static <T> T deserialize​(byte[] input, java.lang.Class<T> type)  
      static byte[] serialize​(java.lang.Object input)  
      • Methods inherited from class java.lang.Object

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

      • serialize

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

        public static <T> T deserialize​(byte[] input,
                                        java.lang.Class<T> type)
      • clone

        public static <T> T clone​(T input)