Package jtdog.file

Class ObjectSerializer


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void serializeObject​(java.lang.String fileName, java.lang.Object object)  
      • Methods inherited from class java.lang.Object

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

      • ObjectSerializer

        public ObjectSerializer()
    • Method Detail

      • serializeObject

        public static void serializeObject​(java.lang.String fileName,
                                           java.lang.Object object)
                                    throws java.io.IOException
        Throws:
        java.io.IOException