DictionarySerializerT Methods |
The DictionarySerializerT generic type exposes the following members.
| Name | Description | |
|---|---|---|
| Deserialize(String, StringComparer, Char, Char) |
Deserializes the specified string into a dictionary.
| |
| Deserialize(String, IDictionaryString, T, StringComparer, Char, Char) |
Deserializes the specified string into a dictionary.
| |
| DeserializeDictionary(String) |
Deserializes the text into a dictionary.
| |
| DeserializeDictionary(TextReader) |
Deserializes a TextReader into a dictionary.
| |
| DeserializeDictionary(String, IDictionaryString, T) |
Deserializes the text into a dictionary.
| |
| DeserializeDictionary(TextReader, IDictionaryString, T) |
Deserializes a TextReader into a dictionary.
| |
| Serialize(IDictionary, StringComparer, Char, Char) |
Serializes the specified dictionary to a string.
| |
| Serialize(IDictionaryString, T, StringComparer, Char, Char) |
Serializes the specified dictionary to a string.
| |
| SerializeDictionary(IDictionary) |
Serializes a dictionary to a string.
| |
| SerializeDictionary(IDictionaryString, T) |
Serializes a dictionary to a string.
| |
| SerializeDictionary(TextWriter, IDictionaryString, T) |
Serializes a dictionary to a writer.
| |
| SerializeDictionary(TextWriter, IDictionary) |
Serializes a dictionary to a writer.
| |
| SerializeValue |
Serializes a value to a writer.
| |
| UnquoteText |
Unquotes a specified text.
|