Click or drag to resize

JsonLdWriter Constructor (JsonLdWriterOptions)

Create a new serializer with the specified serialization options.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public JsonLdWriter(
	JsonLdWriterOptions options
)

Parameters

options
Type: VDS.RDF.WritingJsonLdWriterOptions

[Missing <param name="options"/> documentation for "M:VDS.RDF.Writing.JsonLdWriter.#ctor(VDS.RDF.Writing.JsonLdWriterOptions)"]

See Also