Serialized Form


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

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Writes the object state to the ObjectOutputStream.

Throws:
IOException - if an I/O error occur.



Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.