private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if deserialzation and recovery fail.ClassNotFoundException
- if deserialzation fails.private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if serialization fails.private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
IOException
- if deserialzation and recovery fail.ClassNotFoundException
- if deserialzation fails.private void writeObject(ObjectOutputStream out) throws IOException
IOException
- if serialization fails.Copyright © 2015. All Rights Reserved.