Class GZippedJsonLdWriter
Writer for GZipped JSON-LD.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, 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. |