Serialized Form
-
Package org.codehaus.plexus.util
-
Class org.codehaus.plexus.util.FastMap extends java.lang.Object implements Serializable
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream stream) throws java.io.IOException, java.lang.ClassNotFoundException
Requires special handling during de-serialization process.- Throws:
java.io.IOException
- if an I/O error occurs.java.lang.ClassNotFoundException
- if the class for the object de-serialized is not found.
-
writeObject
private void writeObject(java.io.ObjectOutputStream stream) throws java.io.IOException
Requires special handling during serialization process.- Throws:
java.io.IOException
- if an I/O error occurs.
-
-
-