1AtteanX::Serializer::NTUuspelresC(o3n)tributed Perl DocuAmtetnetaantXi:o:nSerializer::NTuples(3)
2
3
4

NAME

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

VERSION

10       This document describes AtteanX::Serializer::NTuples version 0.030
11

SYNOPSIS

13        use Attean;
14        my $serializer = Attean->get_serializer('NTriples')->new();
15        $serializer->serialize_iter_to_io( $io, $fh );
16

DESCRIPTION

18       ...
19

METHODS

21       "serialize_iter_to_io( $fh, $iterator )"
22           Serializes the Attean::API::Binding objects from $iterator to the
23           IO::Handle object $fh.
24
25       "serialize_iter_to_bytes( $iterator )"
26           Serializes the Attean::API::Binding objects from $iterator and
27           returns the serialization as a UTF-8 encoded byte string.
28

BUGS

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

AUTHOR

34       Gregory Todd Williams  "<gwilliams@cpan.org>"
35
37       Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
38       software; you can redistribute it and/or modify it under the same terms
39       as Perl itself.
40
41
42
43perl v5.34.0                      2021-07-22   AtteanX::Serializer::NTuples(3)
Impressum