Show / Hide Table of Contents

Class GZippedJsonLdWriter

Writer for GZipped JSON-LD.

Inheritance
object
BaseStoreWriter
BaseGZipDatasetWriter
GZippedJsonLdWriter
Implements
IStoreWriter
Inherited Members
BaseGZipDatasetWriter.Save(ITripleStore, TextWriter, bool)
BaseGZipDatasetWriter.Warning
BaseGZipDatasetWriter.ToString()
BaseStoreWriter.Save(ITripleStore, string)
BaseStoreWriter.Save(ITripleStore, string, Encoding)
BaseStoreWriter.Save(ITripleStore, TextWriter)
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

| Edit this page View Source

GZippedJsonLdWriter()

Create a new GZippedJsonLdWriter.

Declaration
public GZippedJsonLdWriter()
| Edit this page View Source

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.

Implements

IStoreWriter

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • GZippedJsonLdWriter()
    • GZippedJsonLdWriter(JsonLdWriterOptions)
  • Implements
  • Extension Methods
Back to top Generated by DocFX