Alt+Ins->Override methods:
If class implements Serializable (instanceof Serializable) then allow to add folow methods:
private void writeObject(java.io.ObjectOutputStream out) throws IOException
private void readObject(java.io.ObjectInputStream in) throws IOException, ClassNotFoundException
ANY-ACCESS-MODIFIER (private?) Object writeReplace() throws ObjectStreamException
ANY-ACCESS-MODIFIER (private?) Object readResolve() throws ObjectStreamException