Package DE_EPAGES::WebService::API::Codec::YAML
Codec for handling HTTP::Message objects with YAML content.
Functions
decode
Returns the decoded content of the message.
Syntax |
$Data = $Codec->decode($Message); |
Input |
|
Return |
|
encode
Encodes the data and sets the content of the message.
Syntax |
$Codec->encode($Message, $Data); |
Input |
|
new
Creates a new YAML codec for HTTP messages.
Syntax |
$Codec = DE_EPAGES::WebService::API::Codec::YAML->new; |
Return |
|