Serialized Form


Package org.jivesoftware.smack

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

Serialized Fields

streamError

StreamError streamError

error

XMPPError error

wrappedThrowable

Throwable wrappedThrowable

Package org.jivesoftware.smack.proxy

Class org.jivesoftware.smack.proxy.ProxyException extends 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(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException
Read the map in using a custom routine.

Throws:
IOException
ClassNotFoundException

writeObject

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

Throws:
IOException



Copyright © 2013 LittleShoot. All Rights Reserved.