API Documentation
All Packages
|
All Classes
|
Index
|
Frames
No Frames
Interface IPrivatePayload
Methods
Package
org.igniterealtime.xiff.privatedata
Interface
public interface IPrivatePayload extends
IExtension
,
ISerializable
Implementors
BookmarkPrivatePayload
Public Methods
Hide Inherited Public Methods
Show Inherited Public Methods
Method
Defined by
deserialize
(node:XMLNode):Boolean
Called when data is retrieved from the XMLSocket, use this method to extract any state into internal state.
ISerializable
getElementName
():String
IExtension
getNS
():String
IExtension
serialize
(parentNode:XMLNode):Boolean
Called when the library need to retrieve the state of the instance.
ISerializable