The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

AnyEvent::RPC::Enc::YAML - YAML Encoder for AE::RPC

DESCRIPTION

Uses YAML::Syck in unicode mode for encoding requests end decode response

SYNOPSIS

    use AnyEvent::RPC;
    
    my $rpc = AnyEvent::RPC->new(
        ...
        type => 'YAML', # or type => '+AnyEvent::RPC::Enc::YAML',
    )