interface QuadSerializationConfiguration {
    context: QuadContextRetriever;
    domain?: string;
    getId?: QuadIdRetriever;
    ignore?: QuadIgnoreIf;
}

Hierarchy (view full)

Hierarchy-Diagram

UML class diagram of QuadSerializationConfiguration

Properties

The context of the serialized quads, probably the file-name (constant) or whatever is desired.

domain?: string

The basic domain name to use for the quads.

Retrieve a unique id for a given object.

defaultQuadIdGenerator

ignore?: QuadIgnoreIf

Ignore certain keys or values when serializing to quads.

defaultQuadIgnoreIf