Module sophia::serializer[][src]

Expand description

This module re-exports symbols from sophia_api::serializer and sophia_turtle::serializer. If the xml feature is enabled, it also re-exports sophia_xml::serializer as xml.

Modules

Serializer for the N-Quads concrete syntax of RDF.

Serializer for the N-Triples concrete syntax of RDF.

Serializer for the TriG concrete syntax of RDF.

Serializer for the Turtle concrete syntax of RDF.

Serializer for the RDF/XML concrete syntax of RDF. based on [rio_xml].

Traits

A quad serializer writes quads according to a given format.

A stringifier is special kind of TripleSerializer or QuadSerializer:

A triple serializer writes triples according to a given format.