Serialized Form
|
Package org.apache.karaf.util.collections |
serialVersionUID: 8673264195747942595L
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–2014 The Apache Software Foundation. All rights reserved.