Packageorg.igniterealtime.xiff.privatedata
Interfacepublic interface IPrivatePayload extends IExtension, ISerializable
ImplementorsBookmarkPrivatePayload



Public Methods
 MethodDefined by
 Inherited
deserialize(node:XMLNode):Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
ISerializable
 Inherited
getElementName():String
IExtension
 Inherited
getNS():String
IExtension
 Inherited
serialize(parentNode:XMLNode):Boolean
Called when the library need to retrieve the state of the instance.
ISerializable