The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

RPC::Lite::Serializer::Null -- The 'null' serializer.

SYNOPSIS

WARNING: The null serializer will not currently work with any of the suppoted transport layers. The null serializer requires an "in-memory" transport layer between processes, which is not currently available. This module is provided purely as reference at this point.

DESCRIPTION

RPC::Lite::Serializer::Null is meant for clients and servers operating on the same machine that are both implemented in perl. It does not actually serialize the object.