alaurenz / metrobike

0 stars 1 forks source link

Add serializability to DirectionsRequest class and classes it contains #38

Closed dutchscout closed 11 years ago

dutchscout commented 11 years ago

4 parts to custom serializability:

1) 'implements Serializable' 2) serialVersionUID final int 3) writeObject() method 4) readObject() method

dutchscout commented 11 years ago

This is code-complete, but not yet tested. Reopen this ticket if we need to change this for style or other reasons.