Serialized Form

Class DisplayException implements Serializable


Class ElectionNotOpenException implements Serializable


Class Message implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Serialized Fields

type

int type
Type of this message


items

java.util.LinkedList items
Fields of the message


Class ParsingException implements Serializable


Class ServerDisplay.VoteTable implements Serializable

Serialized Fields

columnNames

java.lang.String[] columnNames

candidates

java.util.Vector candidates

votes

java.util.Vector votes


Class ServerUnreachableException implements Serializable


Class UndefinedCandidateException implements Serializable


Class UndefinedElectionException implements Serializable