Module sophia_xml::serializer

source ·
Expand description

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

Important: the methods in this module accepting a Write make no effort to minimize the number of write operations. Hence, in most cased, they should be passed a BufWriter.

Structs