Serializer Class

Class com.probertson.xmlrpc.Serializer

Inheritance > Serializer

Performs the task of serializing method calls into XML-RPC format, and deserializing result XML-RPC messages into ActionScript objects. This class is used internally, and is not intended to be called directly.
Method Summary
 internal Object 
 deserializeResponse(response:XML)
Converts the XML-RPC message returned by a remote method call into an ActionScript object.
 internal static Serializer 
Retrieves the Singleton instance of the Serializer class.
 internal XML 
 serializeRequest(methodName:String, args:Array)
Serializes (converts) an ActionScript method call into an XML-RPC method call.
Method Detail
deserializeResponse
internal function deserializeResponse(response:XML):Object
Converts the XML-RPC message returned by a remote method call into an ActionScript object.
Parameters:
response
The XML returned by the remote method.
getInstance
internal static function getInstance():Serializer
Retrieves the Singleton instance of the Serializer class.
Returns:
the single instance of the Serializer class.
serializeRequest
internal function serializeRequest(methodName:String, args:Array):XML
Serializes (converts) an ActionScript method call into an XML-RPC method call.
Parameters:
methodName
The name of the remote method being called.
args
The arguments being passed to the remote method.



Documentation generated by BLDoc Community Edition from B-Line Express.