1AtteanX::Serializer::TuUrstelre(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::Turtle(3)
2
3
4
6 AtteanX::Serializer::Turtle - Turtle Serializer
7
9 This document describes AtteanX::Serializer::Turtle version 0.033
10
12 use Attean;
13 my $serializer = Attean->get_serializer('Turtle')->new();
14 $serializer->serialize_iter_to_io( $io, $fh );
15
17 ...
18
20 "canonical_media_type"
21 "media_types"
22 "handled_type"
23 "file_extensions"
24
26 "file_extensions"
27 Returns a list of file extensions associated with the serialized
28 format.
29
30 "serialize_iter_to_io( $fh, $iterator )"
31 Serializes the Turtle token objects from $iterator to the
32 IO::Handle object $fh.
33
34 serialize_iter_to_bytes( $iterator )
35 Serializes the Turtle token objects from $iterator and returns the
36 serialization as a UTF-8 encoded byte string.
37
39 Please report any bugs or feature requests to through the GitHub web
40 interface at <https://github.com/kasei/perlrdf/issues>.
41
43 Gregory Todd Williams "<gwilliams@cpan.org>"
44
46 Copyright (c) 2014--2022 Gregory Todd Williams. This program is free
47 software; you can redistribute it and/or modify it under the same terms
48 as Perl itself.
49
50
51
52perl v5.38.0 2023-07-20 AtteanX::Serializer::Turtle(3)