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

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.