| Method | Defined by | ||
|---|---|---|---|
| Serializer | |||
|
createMethod(methodName:String, params:Array = null):String
Method, creates string representation of XML-RPC request method
| Serializer | ||
| Constant | Defined by | ||
|---|---|---|---|
| ARRAY : String = "array" | Serializer | ||
| BASE64 : String = "base64" | Serializer | ||
| BOOL : String = "boolean" | Serializer | ||
| DATE : String = "dateTime.iso8601" | Serializer | ||
| DOUBLE : String = "double" | Serializer | ||
| INT : String = "int" | Serializer | ||
| NULL : String = "null" | Serializer | ||
| STRING : String = "string" | Serializer | ||
| STRUCT : String = "struct" | Serializer | ||
| Serializer | () | constructor |
public function Serializer()
| createMethod | () | method |
public function createMethod(methodName:String, params:Array = null):StringMethod, creates string representation of XML-RPC request method
ParametersmethodName:String — String, method name
|
|
params:Array (default = null) — Rest paramenters for method.
|
String — String representation of XML-RPC request method
|
| ARRAY | constant |
public const ARRAY:String = "array"
| BASE64 | constant |
public const BASE64:String = "base64"
| BOOL | constant |
public const BOOL:String = "boolean"
| DATE | constant |
public const DATE:String = "dateTime.iso8601"
| DOUBLE | constant |
public const DOUBLE:String = "double"
| INT | constant |
public const INT:String = "int"
| NULL | constant |
public const NULL:String = "null"
| STRING | constant |
public const STRING:String = "string"
| STRUCT | constant |
public const STRUCT:String = "struct"