1AtteanX::Serializer::NTUuspelresC(o3n)tributed Perl DocuAmtetnetaantXi:o:nSerializer::NTuples(3)
2
3
4
6 AtteanX::Serializer::NTuples - Shared functionality for N-Triples and
7 N-Quads serializers
8
10 This document describes AtteanX::Serializer::NTuples version 0.020
11
13 use Attean;
14 my $serializer = Attean->get_serializer('NTriples')->new();
15 $serializer->serialize_iter_to_io( $io, $fh );
16
18 ...
19
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
30 Please report any bugs or feature requests to through the GitHub web
31 interface at <https://github.com/kasei/perlrdf/issues>.
32
34 Gregory Todd Williams "<gwilliams@cpan.org>"
35
37 Copyright (c) 2014--2018 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.28.1 2019-01-09 AtteanX::Serializer::NTuples(3)