Static
Protected
Readonly
deserializerStatic
Protected
eventStatic
Protected
Readonly
knownRDFTypesStatic
Protected
Readonly
knownStatic
Protected
Readonly
serializerStatic
Protected
optionsStatic
cloneStatic
deserializeDeserialize data
Deserialized object
Data to deserialze
Optional
dataType: Constructor<T>Optional data type to specify deserialization type
Deserialize data
Deserialized object
Data to deserialze
Optional
dataType: Constructor<T>Optional data type to specify deserialization type
Static
deserializeStatic
deserializeStatic
findStatic
findStatic
getGet the TypedJSON metadata
use DataSerializerUtils.getMetadata
https://gist.github.com/krizka/c83fb1966dd57997a1fc02625719387d
Root object metadata
Prototype of target
Static
getGet the root TypedJSON metadata
use DataSerializerUtils.getRootMetadata
https://gist.github.com/krizka/c83fb1966dd57997a1fc02625719387d
Root object metadata
Prototype of target
Static
getStatic
normalizeStatic
Protected
registerRDFTypeStatic
registerStatic
serializeSerialize data
Serialized data
Data to serialize
Optional
config: RDFSerializerConfigRDF serializer configuration
Static
serializeStatic
serializeStatic
serializeSerialize an object to an URI
Resource URI
Data to serialize to an URI
Optional
baseUri: `http://${string}` | `https://${string}`Base URI
Static
stringifyStringify a thing to RDF graph construct
Promise of a stringified graph
Thing to serialize
Optional
options: WriterOptions = {}Writer options
Static
unregister
Clone a serializable object
Returns
Cloned object