Click or drag to resize

GZippedJsonLdWriter Constructor (JsonLdWriterOptions)

Create a new GZippedJsonLdWriter with a specific set of JsonLdWriterOptions.

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

Parameters

writerOptions
Type: VDS.RDF.WritingJsonLdWriterOptions
The writer options to pass through to the underlying JsonLdWriter.
See Also