Class GZippedJsonLdWriter
Writer for GZipped JSON-LD.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public class GZippedJsonLdWriter : BaseGZipDatasetWriter, IStoreWriter
Constructors
| Improve this Doc 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. |