jdk/src/share/classes/java/time/LocalDate.java
changeset 22566 4ebe53dd7814
parent 22108 99859c0e9a33
child 24256 da9a41004459
equal deleted inserted replaced
22565:2f3102102bd9 22566:4ebe53dd7814
  2051     }
  2051     }
  2052 
  2052 
  2053     /**
  2053     /**
  2054      * Defend against malicious streams.
  2054      * Defend against malicious streams.
  2055      *
  2055      *
       
  2056      * @param s the stream to read
  2056      * @throws InvalidObjectException always
  2057      * @throws InvalidObjectException always
  2057      */
  2058      */
  2058     private void readObject(ObjectInputStream s) throws InvalidObjectException {
  2059     private void readObject(ObjectInputStream s) throws InvalidObjectException {
  2059         throw new InvalidObjectException("Deserialization via serialization delegate");
  2060         throw new InvalidObjectException("Deserialization via serialization delegate");
  2060     }
  2061     }