logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

AtteanX::Serializer::TurtleTokens - Turtle Serializer

Attributes

       "canonical_media_type"
       "media_types"
       "handled_type"
       "file_extensions"

Author

       Gregory Todd Williams  "<gwilliams@cpan.org>"

Bugs

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

Description

       ...

Methods

       "serialize_iter_to_io( $fh, $iterator )"
           Serializes the Turtle token objects from $iterator to the IO::Handle object $fh.

       serialize_iter_to_bytes( $iterator )
           Serializes  the  Turtle token objects from $iterator and returns the serialization as a UTF-8 encoded
           byte string.

Name

       AtteanX::Serializer::TurtleTokens - Turtle Serializer

Synopsis

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

Version

       This document describes AtteanX::Serializer::TurtleTokens version 0.035

See Also