Class | Tree | Index | Help
PREV | NEXT FRAMES  | NO FRAMES

Serialized Form


Class java.util.LinkedList

This class implements Serializable.

Serialized Form - Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException
Reconstitute the LinkedList from a stream (i.e., deserialize it).

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                 throws java.io.IOException
Save the state of the LinkedList to a stream (i.e., serialize it).
Serial Data:
The size of the LinkedList (the number of elements it contains) is emitted (int), followed by all of its elements (each an Object) in the proper order.


Class Menge

This class implements Serializable.

Serialized Form - Methods

No readObject or writeObject method declared.


Class | Tree | Index | Help
PREV | NEXT FRAMES  | NO FRAMES