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);