Serialized Form


Package org.apache.karaf.util.collections

Class org.apache.karaf.util.collections.CopyOnWriteArrayIdentityList extends java.lang.Object implements Serializable

serialVersionUID: 8673264195747942595L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Reads the object state from the ObjectOutputStream.

Throws:
java.io.IOException - if an I/O error occur.
java.lang.ClassNotFoundException

writeObject

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

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



Copyright © 2007-2012 FuseSource, Corp.. All Rights Reserved.