NAME¶
AtteanX::Serializer::SPARQL - SPARQL Serializer
VERSION¶
This document describes AtteanX::Serializer::SPARQL version 0.021
SYNOPSIS¶
use Attean;
my $serializer = Attean->get_serializer('SPARQL')->new();
$serializer->serialize_iter_to_io( $io, $fh );
ATTRIBUTES¶
- "canonical_media_type"
- "media_types"
- "handled_type"
- "file_extensions"
METHODS¶
- "serialize_iter_to_io( $fh, $iterator )"
- Serializes the SPARQL token objects from $iterator
to the IO::Handle object $fh.
- "serialize_iter_to_bytes( $iterator )"
- Serializes the SPARQL token objects from $iterator
and returns the serialization as a UTF-8 encoded byte string.
AUTHOR¶
Gregory Todd Williams
"<gwilliams@cpan.org>"
COPYRIGHT¶
Copyright (c) 2014--2018 Gregory Todd Williams. This program is free software;
you can redistribute it and/or modify it under the same terms as Perl itself.