| SerializableDictionaryTKey, TValue Class |
Namespace: Slash.Serialization.Xml
public class SerializableDictionary<TKey, TValue> : Dictionary<TKey, TValue>, IXmlSerializable
The SerializableDictionaryTKey, TValue type exposes the following members.
| Name | Description | |
|---|---|---|
| SerializableDictionaryTKey, TValue |
Constructor.
| |
| SerializableDictionaryTKey, TValue(Int32) |
Constructor.
|
| Name | Description | |
|---|---|---|
| ItemElementName |
Xml element name for items in dictionary.
| |
| KeyElementName |
Xml element name for key of items.
| |
| ValueElementName |
Xml element name for value of items.
|
| Name | Description | |
|---|---|---|
| GetSchema |
This method is reserved and should not be used. When implementing the IXmlSerializable interface, you should return null (Nothing in Visual Basic) from this method, and instead, if specifying a custom schema is required, apply the
XmlSchemaProviderAttribute
to the class.
| |
| ReadXml |
Generates an object from its XML representation.
| |
| WriteXml |
Converts an object into its XML representation.
|