private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException
IOException - if IO exception.ClassNotFoundException - if class not found.private void writeObject(ObjectOutputStream s) throws IOException
IOException - if exception during serialization.private Object readResolve() throws ObjectStreamException
ObjectStreamException - if exception during resolution.Copyright © 2016 PMW Media. All rights reserved.