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.protected Object readResolve() throws ObjectStreamException
ObjectStreamException
- if exception during resolution.Copyright © 2020. All rights reserved.