Click or drag to resize

IConfigurationSerializable Interface

Interface for Objects which can have their configuration serialized to RDF.

Namespace:  VDS.RDF.Configuration
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public interface IConfigurationSerializable

The IConfigurationSerializable type exposes the following members.

Methods
  NameDescription
Public methodSerializeConfiguration
Serializes the Configuration in the given context.
Top
See Also