Package 

Class Serialization

    • Method Summary

      Modifier and Type Method Description
      static <T> T serializeDeserialize(T obj) Serializes and deserializes the passed object.
      • Methods inherited from class java.lang.Object

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

      • serializeDeserialize

         static <T> T serializeDeserialize(T obj)
        Serializes and deserializes the passed object.
        Parameters:
        obj - the item to serialize and deserialize