Class DictionarySerialize<TKey, TValue>
This class has been initialized to serialize the Dictionary that contains the index and height of the row.
Inheritance
System.Object
DictionarySerialize<TKey, TValue>
Implements
System.Xml.Serialization.IXmlSerializable
Namespace: Syncfusion.GridHelperClasses
Assembly: Syncfusion.GridHelperClasses.Windows.dll
Syntax
public class DictionarySerialize<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable
Type Parameters
| Name |
|---|
| TKey |
| TValue |
Constructors
DictionarySerialize()
Declaration
public DictionarySerialize()
Methods
GetSchema()
Gets the XML schema.
Declaration
public XmlSchema GetSchema()
Returns
| Type | Description |
|---|---|
| System.Xml.Schema.XmlSchema | Null value since it is not implemented. |
ReadXml(XmlReader)
Read the XML.
Declaration
public void ReadXml(XmlReader xmlreader)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.XmlReader | xmlreader | The xml reader to read. |
WriteXml(XmlWriter)
Writes the XML.
Declaration
public void WriteXml(XmlWriter xmlwriter)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Xml.XmlWriter | xmlwriter | The XML writer to write. |
Implements
System.Xml.Serialization.IXmlSerializable