Closed dutchscout closed 11 years ago
4 parts to custom serializability:
1) 'implements Serializable' 2) serialVersionUID final int 3) writeObject() method 4) readObject() method
This is code-complete, but not yet tested. Reopen this ticket if we need to change this for style or other reasons.
4 parts to custom serializability:
1) 'implements Serializable' 2) serialVersionUID final int 3) writeObject() method 4) readObject() method