Dan Pokorny > RDF-Core-0.51 > RDF::Core::Model::Serializer

Download:
RDF-Core-0.51.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  3
View Bugs
Report a bug
Source  

NAME ^

  RDF::Core::Model::Serializer - interface between model and RDF::Core::Serializer

SYNOPSIS ^

  require RDF::Core::Model::Serializer;

  my $xml = '';
  my $serializer = new RDF::Core::Model::Serializer(Model=>$model,
                                                    Output=>\$xml,
                                                    BaseURI => 'URI://BASE/',
                                                   );
  $serializer->serialize;
  print "$xml\n";

DESCRIPTION ^

A Model::Serializer object sets handlers for serializer, connecting the serializer with a specific model.

Interface

LICENSE ^

This package is subject to the MPL (or the GPL alternatively).

AUTHOR ^

Ginger Alliance, rdf@gingerall.cz

SEE ALSO ^

RDF::Core::Serializer, RDF::Core::Model