Class GZippedJsonLdWriter
Writer for GZipped JSON-LD.
Implements
Inherited Members
Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public class GZippedJsonLdWriter : BaseGZipDatasetWriter, IStoreWriter
Constructors
| Edit this page View SourceGZippedJsonLdWriter()
Create a new GZippedJsonLdWriter.
Declaration
public GZippedJsonLdWriter()
GZippedJsonLdWriter(JsonLdWriterOptions)
Create a new GZippedJsonLdWriter with a specific set of JsonLdWriterOptions.
Declaration
public GZippedJsonLdWriter(JsonLdWriterOptions writerOptions)
Parameters
Type | Name | Description |
---|---|---|
JsonLdWriterOptions | writerOptions | The writer options to pass through to the underlying JsonLdWriter. |