Serialized Form


Package org.jivesoftware.smack

Class org.jivesoftware.smack.XMPPException extends java.lang.Exception implements Serializable

Serialized Fields

streamError

StreamError streamError

error

XMPPError error

wrappedThrowable

java.lang.Throwable wrappedThrowable

Package org.jivesoftware.smack.proxy

Class org.jivesoftware.smack.proxy.ProxyException extends java.io.IOException implements Serializable


Package org.jivesoftware.smack.util.collections

Class org.jivesoftware.smack.util.collections.ReferenceMap extends AbstractReferenceMap<K,V> implements Serializable

serialVersionUID: 1555089888138299607L

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
Read the map in using a custom routine.

Throws:
java.io.IOException
java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
Write the map out using a custom routine.

Throws:
java.io.IOException