Provided by: libattean-perl_0.026-1_all bug

NAME

       AtteanX::Serializer::SPARQLCSV - SPARQL Results CSV Serializer

VERSION

       This document describes AtteanX::Serializer::SPARQLCSV version 0.026

SYNOPSIS

        use Attean;
        my $s = Attean->get_serializer('SPARQLCSV')->new();
        $s->serialize_iter_to_io( $fh, $iter );

DESCRIPTION

       ...

ATTRIBUTES

       "canonical_media_type"

METHODS

       "media_types"
           Returns a list of media types that identify the format produced by this serializer.

       "serialize_iter_to_io( $fh, $iterator )"
           Serializes the Attean::API::Binding objects from $iterator to the IO::Handle object $fh.

       "serialize_iter_to_bytes( $iterator )"
           Serializes  the  Attean::API::Binding objects from $iterator and returns the serialization as a UTF-8
           encoded byte string.

BUGS

       Please  report  any   bugs   or   feature   requests   to   through   the   GitHub   web   interface   at
       <https://github.com/kasei/perlrdf/issues>.

AUTHOR

       Gregory Todd Williams  "<gwilliams@cpan.org>"

COPYRIGHT

       Copyright  (c)  2014--2019  Gregory Todd Williams. This program is free software; you can redistribute it
       and/or modify it under the same terms as Perl itself.

perl v5.30.0                                       2020-02-24                AtteanX::Serializer::SPARQLCSV(3pm)