AnyEvent-RPC
view release on metacpan or search on metacpan
lib/AnyEvent/RPC/Enc/YAML.pm view on Meta::CPAN
use parent 'AnyEvent::RPC::Enc';
use Carp;
require AnyEvent::RPC; our $VERSION = $AnyEvent::RPC::VERSION;
=head1 NAME
AnyEvent::RPC::Enc::YAML - YAML Encoder for AE::RPC
=head1 DESCRIPTION
Uses YAML::Syck in unicode mode for encoding requests end decode response
=head1 SYNOPSIS
use AnyEvent::RPC;
my $rpc = AnyEvent::RPC->new(
...
type => 'YAML', # or type => '+AnyEvent::RPC::Enc::YAML',
)
( run in 0.341 second using v1.01-cache-2.11-cpan-88abd93f124 )