Scroll to navigation

AtteanX::Serializer::NTuples(3pm) User Contributed Perl Documentation AtteanX::Serializer::NTuples(3pm)
 

NAME

AtteanX::Serializer::NTuples - Shared functionality for N-Triples and N-Quads serializers

VERSION

This document describes AtteanX::Serializer::NTuples version 0.002

SYNOPSIS

 use Attean;
 my $parser = Attean->get_serializer('NTriples')->new();
 $parser->serialize_iter_to_io( $fh );

DESCRIPTION

...

METHODS

"serialize_iter_to_io( $fh, $iterator )"
Serializes the Attean::API::Binding objects from $iterator to the IO::Handle object $fh.
"serialize_iter_to_bytes( $fh, $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) 2006-2012 Gregory Todd Williams. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2014-10-15 perl v5.20.1