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

NAME

App::RecordStream::OutputStream

AUTHOR

Benjamin Bernard <perlhacker@benjaminbernard.com> Keith Amling <keith.amling@gmail.com>

DESCRIPTION

The class responsible for knowing the conversion from in-memory records to record stream wire format (currently JSON).

SYNOPSIS

    use App::RecordStream::OutputStream;

    my $string = App::RecordStream::OutputStream::hashref_string($record);

PUBLIC METHODS

my $string = App::RecordStream::OutputStream::hashref_string($record);

Takes a record and produces the string format for passage between recs processes.