GZippedJsonLdWriter Constructor (JsonLdWriterOptions) |
Namespace:
VDS.RDF.Writing
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public GZippedJsonLdWriter(
JsonLdWriterOptions writerOptions
)
Public Sub New (
writerOptions As JsonLdWriterOptions
)
Parameters
- writerOptions
- Type: VDS.RDF.WritingJsonLdWriterOptions
The writer options to pass through
to the underlying JsonLdWriter.
See Also