1AtteanX::Serializer::TuUrstelreTCooknetnrsi(b3u)ted PerlAtDtoecaunmXe:n:tSaetriioanlizer::TurtleTokens(3)
2
3
4

NAME

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

VERSION

9       This document describes AtteanX::Serializer::TurtleTokens 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       "serialize_iter_to_io( $fh, $iterator )"
27           Serializes the Turtle token objects from $iterator to the
28           IO::Handle object $fh.
29
30       "serialize_iter_to_bytes( $iterator )"
31           Serializes the Turtle token objects from $iterator and returns the
32           serialization as a UTF-8 encoded byte string.
33

BUGS

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

AUTHOR

39       Gregory Todd Williams  "<gwilliams@cpan.org>"
40
42       Copyright (c) 2014--2020 Gregory Todd Williams. This program is free
43       software; you can redistribute it and/or modify it under the same terms
44       as Perl itself.
45
46
47
48perl v5.34.0                      2021-07-2A2tteanX::Serializer::TurtleTokens(3)
Impressum