serialize_params
Description:
public virtual bool serialize_params (
out string content_type,
out string content,
out size_t content_len)
throws Error
Invoker for a virtual method to serialize the parameters for this ProxyCall.
Parameters:
this |
The ProxyCall
|
content_type |
Content type of the payload
|
content |
The payload
|
content_len |
Length of the payload data
|
Returns:
TRUE if the serialization was successful, FALSE otherwise.
|