Serialized Form

Class Vocabulary extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Metode som klassen må ha for å kunne lese objekt i fra fil.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Metode som klassen må ha for å kunne skrive objekt til fil.

Throws:
java.io.IOException
Serialized Fields

orderedVocabulary

java.util.ArrayList orderedVocabulary

vocabulary

java.util.HashSet vocabulary