invalid stream header: D0CF11E0这是什么意思。
我是反序列化时,出现的异常。

解决方案 »

  1.   

    That means that the contents of that InputStream isn't serialized Java objects. So you can't read it with an ObjectInputStream. 
      

  2.   

    不是序列化的文件。
        
        /**
         * Magic number that is written to the stream header.
         */
        final static short STREAM_MAGIC = (short)0xaced;