Serialized Form
-
Package org.apache.karaf.jpm
-
Package org.apache.karaf.jpm.impl
-
Class org.apache.karaf.jpm.impl.ProcessImpl extends Object implements Serializable
- serialVersionUID:
- -8140632422386086507L
-
Serialized Fields
-
pid
int pid
-
-
-
Package org.apache.karaf.util.collections
-
Class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList extends Object implements Serializable
- serialVersionUID:
- 8673264195747942595L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
Reads the object state from the ObjectOutputStream.- Throws:
IOException- if an I/O error occur.ClassNotFoundException- If the object class is not found.
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
Writes the object state to the ObjectOutputStream.- Throws:
IOException- if an I/O error occur.
-
-