Class SerializerBase
Base class for a serializer.
Inheritance
System.Object
SerializerBase
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: QuikGraph.Serialization
Assembly: QuikGraph.Serialization.dll
Syntax
public abstract class SerializerBase
Properties
| Improve this Doc View SourceEmitDocumentDeclaration
Gets or sets the flag indicating if the document header should be serialized.
Declaration
public bool EmitDocumentDeclaration { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |