pub struct RdfXmlSerializer<W> { /* private fields */ }
Expand description

RDF/XML serializer.

Implementations

Build a new N-Triples serializer writing to write, with the default config.

Build a new N-Triples serializer writing to write, with the given config.

Borrow this serializer’s configuration.

Create a new serializer which targets a String.

Create a new serializer which targets a String with a custom config.

Trait Implementations

Borrows the internal serialized data. Read more

Borrows the internal serialized data as a str.

Copy the internal serialized data to a String.

Serialize all triples from the given TripleSource.

Serialize a whole Graph. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.