1AtteanX::Serializer::TuUrstelre(C3o)ntributed Perl DocumAetntteaatniXo:n:Serializer::Turtle(3)
2
3
4

NAME

6       AtteanX::Serializer::Turtle - Turtle Serializer
7

VERSION

9       This document describes AtteanX::Serializer::Turtle version 0.030
10

SYNOPSIS

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

DESCRIPTION

17       ...
18

ATTRIBUTES

20       "canonical_media_type"
21       "media_types"
22       "handled_type"
23       "file_extensions"
24

METHODS

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

BUGS

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

AUTHOR

43       Gregory Todd Williams  "<gwilliams@cpan.org>"
44
46       Copyright (c) 2014--2020 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.34.0                      2021-07-22    AtteanX::Serializer::Turtle(3)
Impressum